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