#[non_exhaustive]pub struct Gs1Element { /* private fields */ }Expand description
One application-identifier/value pair split out of a GS1 payload.
Implementations§
Trait Implementations§
Source§impl Clone for Gs1Element
impl Clone for Gs1Element
Source§fn clone(&self) -> Gs1Element
fn clone(&self) -> Gs1Element
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 moreSource§impl Debug for Gs1Element
impl Debug for Gs1Element
impl Eq for Gs1Element
Source§impl PartialEq for Gs1Element
impl PartialEq for Gs1Element
impl StructuralPartialEq for Gs1Element
Auto Trait Implementations§
impl Freeze for Gs1Element
impl RefUnwindSafe for Gs1Element
impl Send for Gs1Element
impl Sync for Gs1Element
impl Unpin for Gs1Element
impl UnsafeUnpin for Gs1Element
impl UnwindSafe for Gs1Element
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