Struct msg_auth_status::auth_results::HostVersion
source · pub struct HostVersion<'hdr> {
pub host: &'hdr str,
pub version: Option<u32>,
}Expand description
Host and version relating to the results
Fields§
§host: &'hdr strHost
version: Option<u32>Version
Trait Implementations§
source§impl<'hdr> Clone for HostVersion<'hdr>
impl<'hdr> Clone for HostVersion<'hdr>
source§fn clone(&self) -> HostVersion<'hdr>
fn clone(&self) -> HostVersion<'hdr>
Returns a copy 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<'hdr> Debug for HostVersion<'hdr>
impl<'hdr> Debug for HostVersion<'hdr>
source§impl<'hdr> PartialEq for HostVersion<'hdr>
impl<'hdr> PartialEq for HostVersion<'hdr>
source§fn eq(&self, other: &HostVersion<'hdr>) -> bool
fn eq(&self, other: &HostVersion<'hdr>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'hdr> StructuralPartialEq for HostVersion<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for HostVersion<'hdr>
impl<'hdr> RefUnwindSafe for HostVersion<'hdr>
impl<'hdr> Send for HostVersion<'hdr>
impl<'hdr> Sync for HostVersion<'hdr>
impl<'hdr> Unpin for HostVersion<'hdr>
impl<'hdr> UnwindSafe for HostVersion<'hdr>
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