pub struct SupplierName(/* private fields */);Expand description
A supplier name, formatted as "Supplier#<n>"
Implementations§
Trait Implementations§
Source§impl Clone for SupplierName
impl Clone for SupplierName
Source§fn clone(&self) -> SupplierName
fn clone(&self) -> SupplierName
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 moreimpl Copy for SupplierName
Source§impl Debug for SupplierName
impl Debug for SupplierName
Source§impl Display for SupplierName
impl Display for SupplierName
Source§impl PartialEq for SupplierName
impl PartialEq for SupplierName
Source§fn eq(&self, other: &SupplierName) -> bool
fn eq(&self, other: &SupplierName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SupplierName
Auto Trait Implementations§
impl Freeze for SupplierName
impl RefUnwindSafe for SupplierName
impl Send for SupplierName
impl Sync for SupplierName
impl Unpin for SupplierName
impl UnsafeUnpin for SupplierName
impl UnwindSafe for SupplierName
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