pub struct Output<S = ()> { /* private fields */ }Auto Trait Implementations§
impl<S> Freeze for Output<S>
impl<S = ()> !RefUnwindSafe for Output<S>
impl<S> Send for Output<S>
impl<S> Sync for Output<S>
impl<S> Unpin for Output<S>
impl<S = ()> !UnwindSafe for Output<S>
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