pub struct Activator<T, S, U>{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, S, U> Freeze for Activator<T, S, U>
impl<T, S, U> RefUnwindSafe for Activator<T, S, U>
impl<T, S, U> Send for Activator<T, S, U>
impl<T, S, U> Sync for Activator<T, S, U>
impl<T, S, U> Unpin for Activator<T, S, U>
impl<T, S, U> UnwindSafe for Activator<T, S, U>
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