pub struct InjectEffect {
pub contexts: Vec<(ContextChannel, String)>,
}Expand description
Aggregated inject-only effect.
Fields§
§contexts: Vec<(ContextChannel, String)>Context injections in order.
Trait Implementations§
Source§impl Clone for InjectEffect
impl Clone for InjectEffect
Source§fn clone(&self) -> InjectEffect
fn clone(&self) -> InjectEffect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InjectEffect
impl Debug for InjectEffect
Source§impl Default for InjectEffect
impl Default for InjectEffect
Source§fn default() -> InjectEffect
fn default() -> InjectEffect
Returns the “default value” for a type. Read more
Source§impl PartialEq for InjectEffect
impl PartialEq for InjectEffect
impl StructuralPartialEq for InjectEffect
Auto Trait Implementations§
impl Freeze for InjectEffect
impl RefUnwindSafe for InjectEffect
impl Send for InjectEffect
impl Sync for InjectEffect
impl Unpin for InjectEffect
impl UnsafeUnpin for InjectEffect
impl UnwindSafe for InjectEffect
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