pub struct ConnectionUpdate {
pub fingerprint: IdentityFingerprint,
pub last_connected_at: u64,
}Expand description
Lightweight update for an existing connection (no full read needed).
Fields§
§fingerprint: IdentityFingerprint§last_connected_at: u64Trait Implementations§
Source§impl Clone for ConnectionUpdate
impl Clone for ConnectionUpdate
Source§fn clone(&self) -> ConnectionUpdate
fn clone(&self) -> ConnectionUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConnectionUpdate
impl Debug for ConnectionUpdate
impl Copy for ConnectionUpdate
Auto Trait Implementations§
impl Freeze for ConnectionUpdate
impl RefUnwindSafe for ConnectionUpdate
impl Send for ConnectionUpdate
impl Sync for ConnectionUpdate
impl Unpin for ConnectionUpdate
impl UnsafeUnpin for ConnectionUpdate
impl UnwindSafe for ConnectionUpdate
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