pub struct ARCAuthenticationResults {
pub instance: u8,
pub serv_id: String,
pub version: Option<u32>,
pub results: Vec<AuthenticationResult>,
}Fields§
§instance: u8§serv_id: String§version: Option<u32>§results: Vec<AuthenticationResult>Trait Implementations§
Source§impl Clone for ARCAuthenticationResults
impl Clone for ARCAuthenticationResults
Source§fn clone(&self) -> ARCAuthenticationResults
fn clone(&self) -> ARCAuthenticationResults
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 ARCAuthenticationResults
impl Debug for ARCAuthenticationResults
Source§impl<'de> Deserialize<'de> for ARCAuthenticationResults
impl<'de> Deserialize<'de> for ARCAuthenticationResults
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl EncodeHeaderValue for ARCAuthenticationResults
impl EncodeHeaderValue for ARCAuthenticationResults
fn encode_value(&self) -> SharedString<'static>
fn as_header(&self, _name: &str) -> Option<Header<'static>>
Source§impl PartialEq for ARCAuthenticationResults
impl PartialEq for ARCAuthenticationResults
Source§impl Serialize for ARCAuthenticationResults
impl Serialize for ARCAuthenticationResults
impl Eq for ARCAuthenticationResults
impl StructuralPartialEq for ARCAuthenticationResults
Auto Trait Implementations§
impl Freeze for ARCAuthenticationResults
impl RefUnwindSafe for ARCAuthenticationResults
impl Send for ARCAuthenticationResults
impl Sync for ARCAuthenticationResults
impl Unpin for ARCAuthenticationResults
impl UnwindSafe for ARCAuthenticationResults
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