pub struct WordSet(/* private fields */);Implementations§
Trait Implementations§
Source§impl FlagSet for WordSet
impl FlagSet for WordSet
fn contains_flag(&self, token: &str) -> bool
fn contains_short(&self, byte: u8) -> bool
impl Copy for WordSet
Auto Trait Implementations§
impl Freeze for WordSet
impl RefUnwindSafe for WordSet
impl Send for WordSet
impl Sync for WordSet
impl Unpin for WordSet
impl UnsafeUnpin for WordSet
impl UnwindSafe for WordSet
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