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