Enum azure_sdk_rust::azure::core::ba512_range::Not512ByteAlignedError [] [src]

pub enum Not512ByteAlignedError {
    StartRange(u64),
    EndRange(u64),
}

Variants

Trait Implementations

impl Debug for Not512ByteAlignedError
[src]

Formats the value using the given formatter.

impl Clone for Not512ByteAlignedError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Not512ByteAlignedError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.