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