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