Enum azure_sdk_for_rust::storage::blob::BlobBlockType[][src]

pub enum BlobBlockType<T> where
    T: Borrow<str>, 
{ Committed(T), Uncommitted(T), Latest(T), }

Variants

Trait Implementations

impl<T: Debug> Debug for BlobBlockType<T> where
    T: Borrow<str>, 
[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for BlobBlockType<T> where
    T: Borrow<str>, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: PartialEq> PartialEq for BlobBlockType<T> where
    T: Borrow<str>, 
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<T> Send for BlobBlockType<T> where
    T: Send

impl<T> Sync for BlobBlockType<T> where
    T: Sync