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