pub struct TransferId(pub u64);Expand description
Unique transfer identifier
Tuple Fields§
§0: u64Implementations§
Source§impl TransferId
impl TransferId
Trait Implementations§
Source§impl Clone for TransferId
impl Clone for TransferId
Source§fn clone(&self) -> TransferId
fn clone(&self) -> TransferId
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 TransferId
impl Debug for TransferId
Source§impl Default for TransferId
impl Default for TransferId
Source§impl Hash for TransferId
impl Hash for TransferId
Source§impl PartialEq for TransferId
impl PartialEq for TransferId
impl Copy for TransferId
impl Eq for TransferId
impl StructuralPartialEq for TransferId
Auto Trait Implementations§
impl Freeze for TransferId
impl RefUnwindSafe for TransferId
impl Send for TransferId
impl Sync for TransferId
impl Unpin for TransferId
impl UnsafeUnpin for TransferId
impl UnwindSafe for TransferId
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