pub struct MetaFlag {
pub code: u8,
pub token: Option<Bytes>,
}Expand description
A single meta flag token.
Fields§
§code: u8§token: Option<Bytes>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MetaFlag
impl RefUnwindSafe for MetaFlag
impl Send for MetaFlag
impl Sync for MetaFlag
impl Unpin for MetaFlag
impl UnwindSafe for MetaFlag
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