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