Struct cbork_abnf_parser::abnf::ABNFParser
source · pub struct ABNFParser;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ABNFParser
impl RefUnwindSafe for ABNFParser
impl Send for ABNFParser
impl Sync for ABNFParser
impl Unpin for ABNFParser
impl UnwindSafe for ABNFParser
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