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