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