pub struct ModuleInstanceId(/* private fields */);Expand description
Stable identity of one installed module instance.
Implementations§
Trait Implementations§
Source§impl Clone for ModuleInstanceId
impl Clone for ModuleInstanceId
Source§fn clone(&self) -> ModuleInstanceId
fn clone(&self) -> ModuleInstanceId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModuleInstanceId
impl Debug for ModuleInstanceId
impl Eq for ModuleInstanceId
Source§impl Hash for ModuleInstanceId
impl Hash for ModuleInstanceId
Source§impl Ord for ModuleInstanceId
impl Ord for ModuleInstanceId
Source§fn cmp(&self, other: &ModuleInstanceId) -> Ordering
fn cmp(&self, other: &ModuleInstanceId) -> Ordering
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ModuleInstanceId
impl PartialEq for ModuleInstanceId
Source§impl PartialOrd for ModuleInstanceId
impl PartialOrd for ModuleInstanceId
impl StructuralPartialEq for ModuleInstanceId
Auto Trait Implementations§
impl Freeze for ModuleInstanceId
impl RefUnwindSafe for ModuleInstanceId
impl Send for ModuleInstanceId
impl Sync for ModuleInstanceId
impl Unpin for ModuleInstanceId
impl UnsafeUnpin for ModuleInstanceId
impl UnwindSafe for ModuleInstanceId
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