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