pub struct TectonicPlateName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for TectonicPlateName
impl AsRef<str> for TectonicPlateName
Source§impl Clone for TectonicPlateName
impl Clone for TectonicPlateName
Source§fn clone(&self) -> TectonicPlateName
fn clone(&self) -> TectonicPlateName
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 TectonicPlateName
impl Debug for TectonicPlateName
Source§impl Display for TectonicPlateName
impl Display for TectonicPlateName
Source§impl FromStr for TectonicPlateName
impl FromStr for TectonicPlateName
Source§impl Hash for TectonicPlateName
impl Hash for TectonicPlateName
Source§impl Ord for TectonicPlateName
impl Ord for TectonicPlateName
Source§fn cmp(&self, other: &TectonicPlateName) -> Ordering
fn cmp(&self, other: &TectonicPlateName) -> 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 TectonicPlateName
impl PartialEq for TectonicPlateName
Source§impl PartialOrd for TectonicPlateName
impl PartialOrd for TectonicPlateName
impl Eq for TectonicPlateName
impl StructuralPartialEq for TectonicPlateName
Auto Trait Implementations§
impl Freeze for TectonicPlateName
impl RefUnwindSafe for TectonicPlateName
impl Send for TectonicPlateName
impl Sync for TectonicPlateName
impl Unpin for TectonicPlateName
impl UnsafeUnpin for TectonicPlateName
impl UnwindSafe for TectonicPlateName
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