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