Struct azure_sdk_for_rust::storage::blob::BlobBlockWithSize[][src]

pub struct BlobBlockWithSize<T> where
    T: Borrow<str>, 
{ pub block_list_type: BlobBlockType<T>, pub size_in_bytes: u64, }

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for BlobBlockWithSize<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 BlobBlockWithSize<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 BlobBlockWithSize<T> where
    T: Send

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