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