pub struct Output;Expand description
Designates an SWM function as an output function
Trait Implementations§
Source§impl<T, F, Is> UnassignFunction<F, Output> for Pin<T, Swm<((),), Is>>
impl<T, F, Is> UnassignFunction<F, Output> for Pin<T, Swm<((),), Is>>
Source§type Unassigned = Pin<T, Swm<(), Is>>
type Unassigned = Pin<T, Swm<(), Is>>
The type of the pin after the function has been unassigned
Source§fn unassign(self) -> Self::Unassigned
fn unassign(self) -> Self::Unassigned
Internal method for unassigning a function from a pin
impl FunctionKind for Output
Auto Trait Implementations§
impl Freeze for Output
impl RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl UnwindSafe for Output
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