pub struct Assigned<Pin>(/* private fields */);Expand description
Indicates that a function is assigned to a pin
Trait Implementations§
Auto Trait Implementations§
impl<Pin> Freeze for Assigned<Pin>
impl<Pin> RefUnwindSafe for Assigned<Pin>where
Pin: RefUnwindSafe,
impl<Pin> Send for Assigned<Pin>where
Pin: Send,
impl<Pin> Sync for Assigned<Pin>where
Pin: Sync,
impl<Pin> Unpin for Assigned<Pin>where
Pin: Unpin,
impl<Pin> UnwindSafe for Assigned<Pin>where
Pin: UnwindSafe,
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