pub struct FirewallGrammar;Expand description
pest parser generated from grammar.pest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FirewallGrammar
impl RefUnwindSafe for FirewallGrammar
impl Send for FirewallGrammar
impl Sync for FirewallGrammar
impl Unpin for FirewallGrammar
impl UnsafeUnpin for FirewallGrammar
impl UnwindSafe for FirewallGrammar
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