pub struct ArcAuthenticationResults {
pub instance: u32,
pub payload: String,
pub raw_header: String,
}Expand description
ARC-Authentication-Results header.
Fields§
§instance: u32§payload: String§raw_header: StringTrait 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 moreAuto Trait Implementations§
impl Freeze for ArcAuthenticationResults
impl RefUnwindSafe for ArcAuthenticationResults
impl Send for ArcAuthenticationResults
impl Sync for ArcAuthenticationResults
impl Unpin for ArcAuthenticationResults
impl UnsafeUnpin for ArcAuthenticationResults
impl UnwindSafe for ArcAuthenticationResults
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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