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