pub struct Barcode<'table> { /* private fields */ }Expand description
A completed barcode.
Trait Implementations§
impl<'table> Eq for Barcode<'table>
Source§impl<'table> IntoIterator for Barcode<'table>
impl<'table> IntoIterator for Barcode<'table>
Source§impl Ord for Barcode<'_>
impl Ord for Barcode<'_>
1.21.0 (const: unstable) · 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<'table> PartialEq for Barcode<'table>
impl<'table> PartialEq for Barcode<'table>
Source§impl PartialOrd for Barcode<'_>
impl PartialOrd for Barcode<'_>
impl<'table> StructuralPartialEq for Barcode<'table>
Auto Trait Implementations§
impl<'table> Freeze for Barcode<'table>
impl<'table> RefUnwindSafe for Barcode<'table>
impl<'table> Send for Barcode<'table>
impl<'table> Sync for Barcode<'table>
impl<'table> Unpin for Barcode<'table>
impl<'table> UnsafeUnpin for Barcode<'table>
impl<'table> UnwindSafe for Barcode<'table>
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