#[repr(u16)]pub enum IdentificationTemplate {
_1_0(Template1_0),
_1_1(Template1_1),
_1_2(Template1_2),
}
Variants§
Trait Implementations§
Source§impl Debug for IdentificationTemplate
impl Debug for IdentificationTemplate
Source§impl Dump for IdentificationTemplate
impl Dump for IdentificationTemplate
Source§impl PartialEq for IdentificationTemplate
impl PartialEq for IdentificationTemplate
Source§impl TryEnumFromSlice for IdentificationTemplate
impl TryEnumFromSlice for IdentificationTemplate
impl StructuralPartialEq for IdentificationTemplate
Auto Trait Implementations§
impl Freeze for IdentificationTemplate
impl RefUnwindSafe for IdentificationTemplate
impl Send for IdentificationTemplate
impl Sync for IdentificationTemplate
impl Unpin for IdentificationTemplate
impl UnwindSafe for IdentificationTemplate
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