Struct azure_storage_blobs::prelude::BA512Range  
source · pub struct BA512Range { /* private fields */ }Expand description
A 512 byte aligned byte range
Implementations§
Trait Implementations§
source§impl Clone for BA512Range
 
impl Clone for BA512Range
source§fn clone(&self) -> BA512Range
 
fn clone(&self) -> BA512Range
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 BA512Range
 
impl Debug for BA512Range
source§impl Display for BA512Range
 
impl Display for BA512Range
source§impl<'a> From<&'a BA512Range> for Range
 
impl<'a> From<&'a BA512Range> for Range
source§fn from(ba: &'a BA512Range) -> Range
 
fn from(ba: &'a BA512Range) -> Range
Converts to this type from the input type.
source§impl From<BA512Range> for Range
 
impl From<BA512Range> for Range
source§fn from(range: BA512Range) -> Self
 
fn from(range: BA512Range) -> Self
Converts to this type from the input type.
source§impl FromStr for BA512Range
 
impl FromStr for BA512Range
source§impl Header for BA512Range
 
impl Header for BA512Range
fn name(&self) -> HeaderName
fn value(&self) -> HeaderValue
source§impl PartialEq<BA512Range> for BA512Range
 
impl PartialEq<BA512Range> for BA512Range
source§fn eq(&self, other: &BA512Range) -> bool
 
fn eq(&self, other: &BA512Range) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl TryFrom<Range> for BA512Range
 
impl TryFrom<Range> for BA512Range
impl Copy for BA512Range
impl Eq for BA512Range
impl StructuralEq for BA512Range
impl StructuralPartialEq for BA512Range
Auto Trait Implementations§
impl RefUnwindSafe for BA512Range
impl Send for BA512Range
impl Sync for BA512Range
impl Unpin for BA512Range
impl UnwindSafe for BA512Range
Blanket Implementations§
source§impl<T> AsHeaders for Twhere
    T: Header,
 
impl<T> AsHeaders for Twhere T: Header,
type Iter = IntoIter<(HeaderName, HeaderValue), Global>
fn as_headers(&self) -> <T as AsHeaders>::Iter
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.