Enum stremio_core::runtime::Effect
source · pub enum Effect {
Msg(Box<Msg>),
Future(EffectFuture),
}
Variants§
Msg(Box<Msg>)
Future(EffectFuture)
Trait Implementations§
source§impl From<EffectFuture> for Effect
impl From<EffectFuture> for Effect
source§fn from(original: EffectFuture) -> Effect
fn from(original: EffectFuture) -> Effect
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Effect
impl !RefUnwindSafe for Effect
impl !Send for Effect
impl !Sync for Effect
impl Unpin for Effect
impl !UnwindSafe for Effect
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