pub struct AllowAllMasker;Expand description
Allow-all grammar — every token legal (used when no schema is registered).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllowAllMasker
impl RefUnwindSafe for AllowAllMasker
impl Send for AllowAllMasker
impl Sync for AllowAllMasker
impl Unpin for AllowAllMasker
impl UnsafeUnpin for AllowAllMasker
impl UnwindSafe for AllowAllMasker
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