pub struct EffectKey(/* private fields */);Expand description
Identifies an effect within one component publication.
Keys must be unique among the effects declared by one call to Component::view.
Trait Implementations§
impl Eq for EffectKey
impl StructuralPartialEq for EffectKey
Auto Trait Implementations§
impl !Send for EffectKey
impl !Sync for EffectKey
impl Freeze for EffectKey
impl RefUnwindSafe for EffectKey
impl Unpin for EffectKey
impl UnsafeUnpin for EffectKey
impl UnwindSafe for EffectKey
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