pub enum MrtType {
TableDump(TableDump),
TableDumpV2(TableDumpV2),
Unknown(u16),
}Variants§
Trait Implementations§
impl Copy for MrtType
impl StructuralPartialEq for MrtType
Auto Trait Implementations§
impl Freeze for MrtType
impl RefUnwindSafe for MrtType
impl Send for MrtType
impl Sync for MrtType
impl Unpin for MrtType
impl UnwindSafe for MrtType
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