pub struct InstanceIdStruct { /* private fields */ }
Trait Implementations§
Source§impl From<InstanceIdStruct> for InstanceIdType
impl From<InstanceIdStruct> for InstanceIdType
Source§fn from(value: InstanceIdStruct) -> Self
fn from(value: InstanceIdStruct) -> Self
Converts to this type from the input type.
Source§impl From<u128> for InstanceIdStruct
impl From<u128> for InstanceIdStruct
Source§fn from(id: InstanceIdType) -> Self
fn from(id: InstanceIdType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InstanceIdStruct
impl RefUnwindSafe for InstanceIdStruct
impl Send for InstanceIdStruct
impl Sync for InstanceIdStruct
impl Unpin for InstanceIdStruct
impl UnwindSafe for InstanceIdStruct
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