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