pub struct EffectScope { /* private fields */ }Implementationsยง
Auto Trait Implementationsยง
impl Freeze for EffectScope
impl !RefUnwindSafe for EffectScope
impl !Send for EffectScope
impl !Sync for EffectScope
impl Unpin 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