[][src]Trait azure_sdk_storage_blob::blob::BlockListTypeRequired

pub trait BlockListTypeRequired {
    fn block_list_type(&self) -> BlockListType;

    fn to_uri_parameter(&self) -> String { ... }
}

Required methods

Loading content...

Provided methods

Loading content...

Implementors

impl<'a, ContainerNameSet, BlobNameSet> BlockListTypeRequired for GetBlockListBuilder<'a, ContainerNameSet, BlobNameSet, Yes> where
    ContainerNameSet: ToAssign,
    BlobNameSet: ToAssign
[src]

Loading content...