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