pub struct Input;Expand description
Designates an SWM function as an input function
Trait Implementations§
Source§impl<T, F, O, Is> UnassignFunction<F, Input> for Pin<T, Swm<O, (Is,)>>
impl<T, F, O, Is> UnassignFunction<F, Input> for Pin<T, Swm<O, (Is,)>>
Source§type Unassigned = Pin<T, Swm<O, Is>>
type Unassigned = Pin<T, Swm<O, 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 Input
Auto Trait Implementations§
impl Freeze for Input
impl RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
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