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