pub struct isActive;Trait Implementations§
Auto Trait Implementations§
impl Freeze for isActive
impl RefUnwindSafe for isActive
impl Send for isActive
impl Sync for isActive
impl Unpin for isActive
impl UnwindSafe for isActive
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