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