pub enum ActionOp<Action>{
Action(Action),
AddSubscriber,
Exit(Instant),
}Variants§
Trait Implementations§
impl<Action> StructuralPartialEq for ActionOp<Action>
Auto Trait Implementations§
impl<Action> Freeze for ActionOp<Action>where
Action: Freeze,
impl<Action> RefUnwindSafe for ActionOp<Action>where
Action: RefUnwindSafe,
impl<Action> Send for ActionOp<Action>
impl<Action> Sync for ActionOp<Action>
impl<Action> Unpin for ActionOp<Action>where
Action: Unpin,
impl<Action> UnwindSafe for ActionOp<Action>where
Action: 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