pub struct StaleClient {
pub encryption: Encryption,
pub disconnected: Instant,
pub missed_packets: Vec<TaggedPacket>,
}Fields§
§encryption: Encryption§disconnected: Instant§missed_packets: Vec<TaggedPacket>Auto Trait Implementations§
impl Freeze for StaleClient
impl RefUnwindSafe for StaleClient
impl Send for StaleClient
impl Sync for StaleClient
impl Unpin for StaleClient
impl UnsafeUnpin for StaleClient
impl UnwindSafe for StaleClient
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