Enum mmi_parser::PositionalInfoType
source · [−]pub enum PositionalInfoType {
A,
B,
C,
D,
}Expand description
Positional Information type options
Variants
A
B
C
D
Trait Implementations
sourceimpl Debug for PositionalInfoType
impl Debug for PositionalInfoType
sourceimpl<'de> Deserialize<'de> for PositionalInfoType
impl<'de> Deserialize<'de> for PositionalInfoType
sourcefn 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
sourceimpl Serialize for PositionalInfoType
impl Serialize for PositionalInfoType
impl Eq for PositionalInfoType
impl StructuralEq for PositionalInfoType
impl StructuralPartialEq for PositionalInfoType
Auto Trait Implementations
impl RefUnwindSafe for PositionalInfoType
impl Send for PositionalInfoType
impl Sync for PositionalInfoType
impl Unpin for PositionalInfoType
impl UnwindSafe for PositionalInfoType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more