pub struct WantsOutputs { /* private fields */ }Available on crate feature
v2 only.Trait Implementations§
Source§impl Clone for WantsOutputs
impl Clone for WantsOutputs
Source§fn clone(&self) -> WantsOutputs
fn clone(&self) -> WantsOutputs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WantsOutputs
impl Debug for WantsOutputs
Source§impl PartialEq for WantsOutputs
impl PartialEq for WantsOutputs
impl StructuralPartialEq for WantsOutputs
Auto Trait Implementations§
impl Freeze for WantsOutputs
impl RefUnwindSafe for WantsOutputs
impl Send for WantsOutputs
impl Sync for WantsOutputs
impl Unpin for WantsOutputs
impl UnsafeUnpin for WantsOutputs
impl UnwindSafe for WantsOutputs
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