pub struct EffectId(/* private fields */);Implementations§
Trait Implementations§
impl Copy for EffectId
impl Eq for EffectId
impl StructuralPartialEq for EffectId
Auto Trait Implementations§
impl Freeze for EffectId
impl RefUnwindSafe for EffectId
impl Send for EffectId
impl Sync for EffectId
impl Unpin for EffectId
impl UnsafeUnpin for EffectId
impl UnwindSafe for EffectId
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