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