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 for BA512Range
impl PartialEq for BA512Range
source§impl TryFrom<Range> for BA512Range
impl TryFrom<Range> for BA512Range
impl Copy for BA512Range
impl Eq for BA512Range
impl StructuralPartialEq for BA512Range
Auto Trait Implementations§
impl Freeze for BA512Range
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)>
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.