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