Struct azure_storage_blobs::prelude::BA512Range
source · [−]pub struct BA512Range { /* private fields */ }
Expand description
A 512 byte aligned byte range
Implementations
Trait Implementations
sourceimpl Clone for BA512Range
impl Clone for BA512Range
sourcefn clone(&self) -> BA512Range
fn clone(&self) -> BA512Range
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BA512Range
impl Debug for BA512Range
sourceimpl Display for BA512Range
impl Display for BA512Range
sourceimpl<'a> From<&'a BA512Range> for Range
impl<'a> From<&'a BA512Range> for Range
sourcefn from(ba: &'a BA512Range) -> Range
fn from(ba: &'a BA512Range) -> Range
Converts to this type from the input type.
sourceimpl From<BA512Range> for Range
impl From<BA512Range> for Range
sourcefn from(range: BA512Range) -> Self
fn from(range: BA512Range) -> Self
Converts to this type from the input type.
sourceimpl FromStr for BA512Range
impl FromStr for BA512Range
sourceimpl Header for BA512Range
impl Header for BA512Range
fn name(&self) -> HeaderName
fn value(&self) -> HeaderValue
sourceimpl PartialEq<BA512Range> for BA512Range
impl PartialEq<BA512Range> for BA512Range
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &BA512Range) -> bool
fn ne(&self, other: &BA512Range) -> bool
This method tests for !=
.
sourceimpl TryFrom<(u64, u64)> for BA512Range
impl TryFrom<(u64, u64)> for BA512Range
sourceimpl TryFrom<Range> for BA512Range
impl TryFrom<Range> for BA512Range
impl Copy 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
sourceimpl<T> AsHeaders for T where
T: Header,
impl<T> AsHeaders for T where
T: Header,
type Iter = IntoIter<(HeaderName, HeaderValue)>
fn as_headers(&self) -> <T as AsHeaders>::Iter
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more