pub struct SessionDetails {
pub client_version: Version,
pub server_version: Version,
pub server_host_version: Version,
}Expand description
Version information about the client, server, and host.
Fields§
§client_version: Version§server_version: Version§server_host_version: VersionTrait Implementations§
Source§impl Clone for SessionDetails
impl Clone for SessionDetails
Source§fn clone(&self) -> SessionDetails
fn clone(&self) -> SessionDetails
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 SessionDetails
impl Debug for SessionDetails
impl Copy for SessionDetails
Auto Trait Implementations§
impl Freeze for SessionDetails
impl RefUnwindSafe for SessionDetails
impl Send for SessionDetails
impl Sync for SessionDetails
impl Unpin for SessionDetails
impl UnwindSafe for SessionDetails
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