pub struct ManufacturerId(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for ManufacturerId
impl Clone for ManufacturerId
Source§fn clone(&self) -> ManufacturerId
fn clone(&self) -> ManufacturerId
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 ManufacturerId
impl Debug for ManufacturerId
Source§impl Format for ManufacturerId
impl Format for ManufacturerId
Source§impl Ord for ManufacturerId
impl Ord for ManufacturerId
Source§fn cmp(&self, other: &ManufacturerId) -> Ordering
fn cmp(&self, other: &ManufacturerId) -> 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 ManufacturerId
impl PartialEq for ManufacturerId
Source§impl PartialOrd for ManufacturerId
impl PartialOrd for ManufacturerId
impl Copy for ManufacturerId
impl Eq for ManufacturerId
impl StructuralPartialEq for ManufacturerId
Auto Trait Implementations§
impl Freeze for ManufacturerId
impl RefUnwindSafe for ManufacturerId
impl Send for ManufacturerId
impl Sync for ManufacturerId
impl Unpin for ManufacturerId
impl UnsafeUnpin for ManufacturerId
impl UnwindSafe for ManufacturerId
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