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

pub struct BlockList<T> where
    T: Borrow<str>, 
{ pub blocks: Vec<BlobBlockType<T>>, }

Fields

Methods

impl<'a> BlockList<&'a str>
[src]

impl<T> BlockList<T> where
    T: Borrow<str>, 
[src]

Trait Implementations

impl<T: Default> Default for BlockList<T> where
    T: Borrow<str>, 
[src]

Returns the "default value" for a type. Read more

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

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for BlockList<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 BlockList<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 !=.

impl<T> From<BlockWithSizeList<T>> for BlockList<T> where
    T: Borrow<str> + Default
[src]

Performs the conversion.

Auto Trait Implementations

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

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