pub struct Activator { /* private fields */ }
Expand description
A capability to activate a specific path.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Activator
impl !RefUnwindSafe for Activator
impl !Send for Activator
impl !Sync for Activator
impl Unpin for Activator
impl !UnwindSafe for Activator
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