Struct vstd::tokens::InstanceId
source · pub struct InstanceId(pub int);
Expand description
Unique identifier for every VerusSync instance.
Every “Token” and “Instance” object has an InstanceId
. These ID values must agree
to perform any token operation.
Tuple Fields§
§0: int
Auto Trait Implementations§
impl Freeze for InstanceId
impl RefUnwindSafe for InstanceId
impl Send for InstanceId
impl Sync for InstanceId
impl Unpin for InstanceId
impl UnwindSafe for InstanceId
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