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