pub struct EasyId(pub u64);Expand description
Identifies a transfer added to a Multi. Returned by Multi::add and
echoed back with each completion.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for EasyId
impl Eq for EasyId
Source§impl Ord for EasyId
impl Ord for EasyId
1.21.0 (const: unstable) · 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 PartialOrd for EasyId
impl PartialOrd for EasyId
impl StructuralPartialEq for EasyId
Auto Trait Implementations§
impl Freeze for EasyId
impl RefUnwindSafe for EasyId
impl Send for EasyId
impl Sync for EasyId
impl Unpin for EasyId
impl UnsafeUnpin for EasyId
impl UnwindSafe for EasyId
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