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