pub struct CookParser;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CookParser
impl RefUnwindSafe for CookParser
impl Send for CookParser
impl Sync for CookParser
impl Unpin for CookParser
impl UnwindSafe for CookParser
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