Struct stremio_core::runtime::RuntimeAction
source · pub struct RuntimeAction<E: Env, M: Model<E>> {
pub field: Option<M::Field>,
pub action: Action,
}
Fields§
§field: Option<M::Field>
§action: Action
Trait Implementations§
Auto Trait Implementations§
impl<E, M> Freeze for RuntimeAction<E, M>
impl<E, M> RefUnwindSafe for RuntimeAction<E, M>
impl<E, M> Send for RuntimeAction<E, M>
impl<E, M> Sync for RuntimeAction<E, M>
impl<E, M> Unpin for RuntimeAction<E, M>
impl<E, M> UnwindSafe for RuntimeAction<E, M>
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