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