pub struct Knot(/* private fields */);
Trait Implementations§
Source§impl Ord for Knot
impl Ord for Knot
Source§impl PartialOrd for Knot
impl PartialOrd for Knot
Source§impl StaticType for Knot
impl StaticType for Knot
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for Knot
Auto Trait Implementations§
impl Freeze for Knot
impl RefUnwindSafe for Knot
impl !Send for Knot
impl !Sync for Knot
impl Unpin for Knot
impl UnwindSafe for Knot
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