Enum azure_storage_blobs::blob::BlockListType
source · pub enum BlockListType {
Committed,
Uncommitted,
All,
}Variants§
Implementations§
Trait Implementations§
source§impl AppendToUrlQuery for BlockListType
impl AppendToUrlQuery for BlockListType
fn append_to_url_query(&self, url: &mut Url)
source§impl Clone for BlockListType
impl Clone for BlockListType
source§fn clone(&self) -> BlockListType
fn clone(&self) -> BlockListType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BlockListType
impl Debug for BlockListType
source§impl PartialEq<BlockListType> for BlockListType
impl PartialEq<BlockListType> for BlockListType
source§fn eq(&self, other: &BlockListType) -> bool
fn eq(&self, other: &BlockListType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for BlockListType
impl Eq for BlockListType
impl StructuralEq for BlockListType
impl StructuralPartialEq for BlockListType
Auto Trait Implementations§
impl RefUnwindSafe for BlockListType
impl Send for BlockListType
impl Sync for BlockListType
impl Unpin for BlockListType
impl UnwindSafe for BlockListType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.