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