pub struct PartManufacturerName(/* private fields */);Expand description
A Part Manufacturer, formatted as "Manufacturer#<n>"
Implementations§
Trait Implementations§
Source§impl Clone for PartManufacturerName
impl Clone for PartManufacturerName
Source§fn clone(&self) -> PartManufacturerName
fn clone(&self) -> PartManufacturerName
Returns a copy 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 PartManufacturerName
impl Debug for PartManufacturerName
Source§impl Display for PartManufacturerName
impl Display for PartManufacturerName
Source§impl PartialEq for PartManufacturerName
impl PartialEq for PartManufacturerName
impl Copy for PartManufacturerName
impl StructuralPartialEq for PartManufacturerName
Auto Trait Implementations§
impl Freeze for PartManufacturerName
impl RefUnwindSafe for PartManufacturerName
impl Send for PartManufacturerName
impl Sync for PartManufacturerName
impl Unpin for PartManufacturerName
impl UnwindSafe for PartManufacturerName
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