pub struct EffectScope {
pub targets: Vec<String>,
}Expand description
Concrete targets covered by an effect intent.
Fields§
§targets: Vec<String>Trait Implementations§
Source§impl Clone for EffectScope
impl Clone for EffectScope
Source§fn clone(&self) -> EffectScope
fn clone(&self) -> EffectScope
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 EffectScope
impl Debug for EffectScope
Source§impl<'de> Deserialize<'de> for EffectScope
impl<'de> Deserialize<'de> for EffectScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EffectScope
Source§impl PartialEq for EffectScope
impl PartialEq for EffectScope
Source§impl Serialize for EffectScope
impl Serialize for EffectScope
impl StructuralPartialEq for EffectScope
Auto Trait Implementations§
impl Freeze for EffectScope
impl RefUnwindSafe for EffectScope
impl Send for EffectScope
impl Sync for EffectScope
impl Unpin for EffectScope
impl UnsafeUnpin for EffectScope
impl UnwindSafe for EffectScope
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