pub enum TemplateSubFormat {
Ansi378,
Iso19794_2,
Nist,
VendorSpecific(i64),
}Expand description
Template sub-formats
Variants§
Trait Implementations§
Source§impl Clone for TemplateSubFormat
impl Clone for TemplateSubFormat
Source§fn clone(&self) -> TemplateSubFormat
fn clone(&self) -> TemplateSubFormat
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 TemplateSubFormat
impl Debug for TemplateSubFormat
Source§impl<'de> Deserialize<'de> for TemplateSubFormat
impl<'de> Deserialize<'de> for TemplateSubFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<TemplateSubFormat> for i64
impl From<TemplateSubFormat> for i64
Source§fn from(f: TemplateSubFormat) -> i64
fn from(f: TemplateSubFormat) -> i64
Converts to this type from the input type.
Source§impl PartialEq for TemplateSubFormat
impl PartialEq for TemplateSubFormat
Source§impl Serialize for TemplateSubFormat
impl Serialize for TemplateSubFormat
Source§impl TryFrom<i64> for TemplateSubFormat
impl TryFrom<i64> for TemplateSubFormat
impl Copy for TemplateSubFormat
impl Eq for TemplateSubFormat
impl StructuralPartialEq for TemplateSubFormat
Auto Trait Implementations§
impl Freeze for TemplateSubFormat
impl RefUnwindSafe for TemplateSubFormat
impl Send for TemplateSubFormat
impl Sync for TemplateSubFormat
impl Unpin for TemplateSubFormat
impl UnwindSafe for TemplateSubFormat
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