pub struct EffectContext<'a, U = ()> { /* private fields */ }Implementations§
Source§impl<'a, U> EffectContext<'a, U>
impl<'a, U> EffectContext<'a, U>
Auto Trait Implementations§
impl<'a, U> Freeze for EffectContext<'a, U>
impl<'a, U> RefUnwindSafe for EffectContext<'a, U>where
U: RefUnwindSafe,
impl<'a, U> Send for EffectContext<'a, U>where
U: Sync,
impl<'a, U> Sync for EffectContext<'a, U>where
U: Sync,
impl<'a, U> Unpin for EffectContext<'a, U>
impl<'a, U> UnsafeUnpin for EffectContext<'a, U>
impl<'a, U> UnwindSafe for EffectContext<'a, U>where
U: RefUnwindSafe,
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