pub struct Manufacturer(/* private fields */);Expand description
Manufacturer name
Implementations§
Trait Implementations§
Source§impl Clone for Manufacturer
impl Clone for Manufacturer
Source§fn clone(&self) -> Manufacturer
fn clone(&self) -> Manufacturer
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 moreAuto Trait Implementations§
impl Freeze for Manufacturer
impl RefUnwindSafe for Manufacturer
impl Send for Manufacturer
impl Sync for Manufacturer
impl Unpin for Manufacturer
impl UnsafeUnpin for Manufacturer
impl UnwindSafe for Manufacturer
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