pub struct EntryArgs<'a> { /* private fields */ }Expand description
The unambiguous, requisite host and DER certificate details used for creating ClientAuthRememberList Entry values.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EntryArgs<'a>
impl<'a> RefUnwindSafe for EntryArgs<'a>
impl<'a> Send for EntryArgs<'a>
impl<'a> Sync for EntryArgs<'a>
impl<'a> Unpin for EntryArgs<'a>
impl<'a> UnsafeUnpin for EntryArgs<'a>
impl<'a> UnwindSafe for EntryArgs<'a>
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