#[non_exhaustive]#[repr(u16)]pub enum DataRepresentationTemplate {
Show 13 variants
_5_0(Template5_0),
_5_1(Template5_1),
_5_2(Template5_2),
_5_3(Template5_3),
_5_4(Template5_4),
_5_40(Template5_40),
_5_41(Template5_41),
_5_42(Template5_42),
_5_50(Template5_50),
_5_51(Template5_51),
_5_53(Template5_53),
_5_61(Template5_61),
_5_200(Template5_200),
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
_5_0(Template5_0)
_5_1(Template5_1)
_5_2(Template5_2)
_5_3(Template5_3)
_5_4(Template5_4)
_5_40(Template5_40)
_5_41(Template5_41)
_5_42(Template5_42)
_5_50(Template5_50)
_5_51(Template5_51)
_5_53(Template5_53)
_5_61(Template5_61)
_5_200(Template5_200)
Trait Implementations§
Source§impl Debug for DataRepresentationTemplate
impl Debug for DataRepresentationTemplate
Source§impl Dump for DataRepresentationTemplate
impl Dump for DataRepresentationTemplate
impl StructuralPartialEq for DataRepresentationTemplate
Source§impl TryEnumFromSlice for DataRepresentationTemplate
impl TryEnumFromSlice for DataRepresentationTemplate
Auto Trait Implementations§
impl Freeze for DataRepresentationTemplate
impl RefUnwindSafe for DataRepresentationTemplate
impl Send for DataRepresentationTemplate
impl Sync for DataRepresentationTemplate
impl Unpin for DataRepresentationTemplate
impl UnsafeUnpin for DataRepresentationTemplate
impl UnwindSafe for DataRepresentationTemplate
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