pub struct EffectItem;
Auto Trait Implementations§
impl Freeze for EffectItem
impl RefUnwindSafe for EffectItem
impl Send for EffectItem
impl Sync for EffectItem
impl Unpin for EffectItem
impl UnwindSafe for EffectItem
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