Struct NicheName
pub struct NicheName(/* private fields */);Implementations§
Trait Implementations§
§impl Ord for NicheName
impl Ord for NicheName
§impl PartialOrd for NicheName
impl PartialOrd for NicheName
impl Eq for NicheName
impl StructuralPartialEq for NicheName
Auto Trait Implementations§
impl Freeze for NicheName
impl RefUnwindSafe for NicheName
impl Send for NicheName
impl Sync for NicheName
impl Unpin for NicheName
impl UnsafeUnpin for NicheName
impl UnwindSafe for NicheName
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