pub struct ClassParser { /* private fields */ }
Implementations§
Source§impl ClassParser
impl ClassParser
Auto Trait Implementations§
impl Freeze for ClassParser
impl RefUnwindSafe for ClassParser
impl Send for ClassParser
impl Sync for ClassParser
impl Unpin for ClassParser
impl UnwindSafe for ClassParser
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