pub struct WallName { /* private fields */ }Expand description
An owner namespace and spelling.
Implementations§
Trait Implementations§
impl Eq for WallName
Source§impl Ord for WallName
impl Ord for WallName
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 WallName
impl PartialOrd for WallName
impl StructuralPartialEq for WallName
Auto Trait Implementations§
impl Freeze for WallName
impl RefUnwindSafe for WallName
impl Send for WallName
impl Sync for WallName
impl Unpin for WallName
impl UnsafeUnpin for WallName
impl UnwindSafe for WallName
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