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