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