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