pub struct NoOutput;Expand description
No output collection has been configured.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoOutput
impl RefUnwindSafe for NoOutput
impl Send for NoOutput
impl Sync for NoOutput
impl Unpin for NoOutput
impl UnsafeUnpin for NoOutput
impl UnwindSafe for NoOutput
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