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