pub struct StripByteCounts;Trait Implementations§
Source§impl Clone for StripByteCounts
impl Clone for StripByteCounts
Source§fn clone(&self) -> StripByteCounts
fn clone(&self) -> StripByteCounts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StripByteCounts
Source§impl Debug for StripByteCounts
impl Debug for StripByteCounts
Source§impl Display for StripByteCounts
impl Display for StripByteCounts
impl Eq for StripByteCounts
Source§impl Fail for StripByteCounts
impl Fail for StripByteCounts
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl PartialEq for StripByteCounts
impl PartialEq for StripByteCounts
Source§fn eq(&self, other: &StripByteCounts) -> bool
fn eq(&self, other: &StripByteCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StripByteCounts
Source§impl TagType for StripByteCounts
impl TagType for StripByteCounts
Auto Trait Implementations§
impl Freeze for StripByteCounts
impl RefUnwindSafe for StripByteCounts
impl Send for StripByteCounts
impl Sync for StripByteCounts
impl Unpin for StripByteCounts
impl UnsafeUnpin for StripByteCounts
impl UnwindSafe for StripByteCounts
Blanket Implementations§
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