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