pub struct WitWorldName(/* private fields */);Implementations§
Source§impl WitWorldName
impl WitWorldName
Trait Implementations§
Source§impl AsRef<str> for WitWorldName
impl AsRef<str> for WitWorldName
Source§impl Clone for WitWorldName
impl Clone for WitWorldName
Source§fn clone(&self) -> WitWorldName
fn clone(&self) -> WitWorldName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WitWorldName
impl Debug for WitWorldName
Source§impl Display for WitWorldName
impl Display for WitWorldName
Source§impl FromStr for WitWorldName
impl FromStr for WitWorldName
Source§impl Hash for WitWorldName
impl Hash for WitWorldName
Source§impl Ord for WitWorldName
impl Ord for WitWorldName
Source§fn cmp(&self, other: &WitWorldName) -> Ordering
fn cmp(&self, other: &WitWorldName) -> Ordering
1.21.0 · 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 PartialEq for WitWorldName
impl PartialEq for WitWorldName
Source§impl PartialOrd for WitWorldName
impl PartialOrd for WitWorldName
Source§impl TryFrom<&str> for WitWorldName
impl TryFrom<&str> for WitWorldName
impl Eq for WitWorldName
impl StructuralPartialEq for WitWorldName
Auto Trait Implementations§
impl Freeze for WitWorldName
impl RefUnwindSafe for WitWorldName
impl Send for WitWorldName
impl Sync for WitWorldName
impl Unpin for WitWorldName
impl UnsafeUnpin for WitWorldName
impl UnwindSafe for WitWorldName
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