pub struct VerifiedAuthentication {
pub credential: Option<Value>,
pub new_counter: u32,
}Fields§
§credential: Option<Value>§new_counter: u32Trait Implementations§
Source§impl Clone for VerifiedAuthentication
impl Clone for VerifiedAuthentication
Source§fn clone(&self) -> VerifiedAuthentication
fn clone(&self) -> VerifiedAuthentication
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VerifiedAuthentication
impl Debug for VerifiedAuthentication
Source§impl<'de> Deserialize<'de> for VerifiedAuthentication
impl<'de> Deserialize<'de> for VerifiedAuthentication
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 PartialEq for VerifiedAuthentication
impl PartialEq for VerifiedAuthentication
Source§fn eq(&self, other: &VerifiedAuthentication) -> bool
fn eq(&self, other: &VerifiedAuthentication) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VerifiedAuthentication
impl Serialize for VerifiedAuthentication
impl StructuralPartialEq for VerifiedAuthentication
Auto Trait Implementations§
impl Freeze for VerifiedAuthentication
impl RefUnwindSafe for VerifiedAuthentication
impl Send for VerifiedAuthentication
impl Sync for VerifiedAuthentication
impl Unpin for VerifiedAuthentication
impl UnsafeUnpin for VerifiedAuthentication
impl UnwindSafe for VerifiedAuthentication
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