pub struct FormationName(/* private fields */);Implementations§
Source§impl FormationName
impl FormationName
Trait Implementations§
Source§impl AsRef<str> for FormationName
impl AsRef<str> for FormationName
Source§impl Clone for FormationName
impl Clone for FormationName
Source§fn clone(&self) -> FormationName
fn clone(&self) -> FormationName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FormationName
impl Debug for FormationName
Source§impl Display for FormationName
impl Display for FormationName
Source§impl FromStr for FormationName
impl FromStr for FormationName
Source§impl Hash for FormationName
impl Hash for FormationName
Source§impl Ord for FormationName
impl Ord for FormationName
Source§fn cmp(&self, other: &FormationName) -> Ordering
fn cmp(&self, other: &FormationName) -> Ordering
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 PartialEq for FormationName
impl PartialEq for FormationName
Source§fn eq(&self, other: &FormationName) -> bool
fn eq(&self, other: &FormationName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FormationName
impl PartialOrd for FormationName
impl Eq for FormationName
impl StructuralPartialEq for FormationName
Auto Trait Implementations§
impl Freeze for FormationName
impl RefUnwindSafe for FormationName
impl Send for FormationName
impl Sync for FormationName
impl Unpin for FormationName
impl UnsafeUnpin for FormationName
impl UnwindSafe for FormationName
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