pub struct Spectator {
name: String,
pub(crate) con: Connection,
}Fields§
§name: String§con: ConnectionImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spectator
impl !RefUnwindSafe for Spectator
impl Send for Spectator
impl Sync for Spectator
impl Unpin for Spectator
impl !UnwindSafe for Spectator
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