pub struct BarcodeKey<'s> { /* private fields */ }Expand description
The key used for [make_barcode_custom_table_dp]
Implementations§
Trait Implementations§
Source§impl<'s> Clone for BarcodeKey<'s>
impl<'s> Clone for BarcodeKey<'s>
Source§fn clone(&self) -> BarcodeKey<'s>
fn clone(&self) -> BarcodeKey<'s>
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<'s> Copy for BarcodeKey<'s>
Source§impl<'s> Debug for BarcodeKey<'s>
impl<'s> Debug for BarcodeKey<'s>
impl<'s> Eq for BarcodeKey<'s>
Source§impl<'s> Hash for BarcodeKey<'s>
impl<'s> Hash for BarcodeKey<'s>
Source§impl<'s> PartialEq for BarcodeKey<'s>
impl<'s> PartialEq for BarcodeKey<'s>
Source§fn eq(&self, other: &BarcodeKey<'s>) -> bool
fn eq(&self, other: &BarcodeKey<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for BarcodeKey<'s>
Auto Trait Implementations§
impl<'s> Freeze for BarcodeKey<'s>
impl<'s> RefUnwindSafe for BarcodeKey<'s>
impl<'s> Send for BarcodeKey<'s>
impl<'s> Sync for BarcodeKey<'s>
impl<'s> Unpin for BarcodeKey<'s>
impl<'s> UnsafeUnpin for BarcodeKey<'s>
impl<'s> UnwindSafe for BarcodeKey<'s>
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