pub struct StoredBrandName(/* private fields */);Expand description
Non-empty pet-resort brand display name persisted beside the stable brand code.
Implementations§
Trait Implementations§
Source§impl Clone for StoredBrandName
impl Clone for StoredBrandName
Source§fn clone(&self) -> StoredBrandName
fn clone(&self) -> StoredBrandName
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 StoredBrandName
impl Debug for StoredBrandName
Source§impl<'de> Deserialize<'de> for StoredBrandName
impl<'de> Deserialize<'de> for StoredBrandName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for StoredBrandName
impl Hash for StoredBrandName
Source§impl Ord for StoredBrandName
impl Ord for StoredBrandName
Source§fn cmp(&self, other: &StoredBrandName) -> Ordering
fn cmp(&self, other: &StoredBrandName) -> 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 StoredBrandName
impl PartialEq for StoredBrandName
Source§impl PartialOrd for StoredBrandName
impl PartialOrd for StoredBrandName
Source§impl Serialize for StoredBrandName
impl Serialize for StoredBrandName
impl Eq for StoredBrandName
impl StructuralPartialEq for StoredBrandName
Auto Trait Implementations§
impl Freeze for StoredBrandName
impl RefUnwindSafe for StoredBrandName
impl Send for StoredBrandName
impl Sync for StoredBrandName
impl Unpin for StoredBrandName
impl UnsafeUnpin for StoredBrandName
impl UnwindSafe for StoredBrandName
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