pub struct NavicSigId(/* private fields */);Implementations§
Trait Implementations§
impl Copy for SigId
impl Eq for SigId
Source§impl Ord for SigId
impl Ord for SigId
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 SigId
impl PartialOrd for SigId
Source§impl SourceRepr for SigId
Available on crate feature test_gen only.
impl SourceRepr for SigId
Available on crate feature
test_gen only.impl StructuralPartialEq for SigId
Auto Trait Implementations§
impl Freeze for SigId
impl RefUnwindSafe for SigId
impl Send for SigId
impl Sync for SigId
impl Unpin for SigId
impl UnsafeUnpin for SigId
impl UnwindSafe for SigId
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