pub enum ActionId<S: AsRef<str>> {
ActionId(S),
AId(u64),
}Variants§
Auto Trait Implementations§
impl<S> Freeze for ActionId<S>where
S: Freeze,
impl<S> RefUnwindSafe for ActionId<S>where
S: RefUnwindSafe,
impl<S> Send for ActionId<S>where
S: Send,
impl<S> Sync for ActionId<S>where
S: Sync,
impl<S> Unpin for ActionId<S>where
S: Unpin,
impl<S> UnsafeUnpin for ActionId<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for ActionId<S>where
S: 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