pub struct ExcessData;Trait Implementations§
Source§impl Clone for ExcessData
impl Clone for ExcessData
Source§fn clone(&self) -> ExcessData
fn clone(&self) -> ExcessData
Returns a duplicate 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 ExcessData
impl Debug for ExcessData
Source§impl From<ExcessData> for Warning
impl From<ExcessData> for Warning
Source§fn from(_: ExcessData) -> Warning
fn from(_: ExcessData) -> Warning
Converts to this type from the input type.
Source§impl Hash for ExcessData
impl Hash for ExcessData
Source§impl Ord for ExcessData
impl Ord for ExcessData
Source§fn cmp(&self, other: &ExcessData) -> Ordering
fn cmp(&self, other: &ExcessData) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExcessData
impl PartialEq for ExcessData
Source§impl PartialOrd for ExcessData
impl PartialOrd for ExcessData
impl Copy for ExcessData
impl Eq for ExcessData
impl StructuralPartialEq for ExcessData
Auto Trait Implementations§
impl Freeze for ExcessData
impl RefUnwindSafe for ExcessData
impl Send for ExcessData
impl Sync for ExcessData
impl Unpin for ExcessData
impl UnwindSafe for ExcessData
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