pub struct Effect<P>{ /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<P> Freeze for Effect<P>where
P: ?Sized,
impl<P> !RefUnwindSafe for Effect<P>
impl<P> !Send for Effect<P>
impl<P> !Sync for Effect<P>
impl<P> Unpin for Effect<P>where
P: ?Sized,
impl<P> !UnwindSafe for Effect<P>
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