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