pub struct Grammar<const S: usize> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const S: usize> Freeze for Grammar<S>
impl<const S: usize> RefUnwindSafe for Grammar<S>
impl<const S: usize> Send for Grammar<S>
impl<const S: usize> Sync for Grammar<S>
impl<const S: usize> Unpin for Grammar<S>
impl<const S: usize> UnwindSafe for Grammar<S>
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