pub struct AuthMoreData<'a> { /* private fields */ }Expand description
Extra auth-data beyond the initial challenge.
Implementations§
Source§impl<'a> AuthMoreData<'a>
impl<'a> AuthMoreData<'a>
Trait Implementations§
Source§impl<'a> Clone for AuthMoreData<'a>
impl<'a> Clone for AuthMoreData<'a>
Source§fn clone(&self) -> AuthMoreData<'a>
fn clone(&self) -> AuthMoreData<'a>
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<'a> Debug for AuthMoreData<'a>
impl<'a> Debug for AuthMoreData<'a>
Source§impl<'de> MyDeserialize<'de> for AuthMoreData<'de>
impl<'de> MyDeserialize<'de> for AuthMoreData<'de>
Source§impl MySerialize for AuthMoreData<'_>
impl MySerialize for AuthMoreData<'_>
Source§impl<'a> PartialEq for AuthMoreData<'a>
impl<'a> PartialEq for AuthMoreData<'a>
impl<'a> Eq for AuthMoreData<'a>
impl<'a> StructuralPartialEq for AuthMoreData<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuthMoreData<'a>
impl<'a> RefUnwindSafe for AuthMoreData<'a>
impl<'a> Send for AuthMoreData<'a>
impl<'a> Sync for AuthMoreData<'a>
impl<'a> Unpin for AuthMoreData<'a>
impl<'a> UnwindSafe for AuthMoreData<'a>
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