pub struct QType(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
Source§impl<'nom, NomErr> Parse<&'nom [u8], NomErr> for QTypewhere
NomErr: ParseError<&'nom [u8]>,
impl<'nom, NomErr> Parse<&'nom [u8], NomErr> for QTypewhere
NomErr: ParseError<&'nom [u8]>,
impl Copy for QType
impl Eq for QType
impl StructuralPartialEq for QType
Auto Trait Implementations§
impl Freeze for QType
impl RefUnwindSafe for QType
impl Send for QType
impl Sync for QType
impl Unpin for QType
impl UnwindSafe for QType
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