pub enum GetAgeIdentityResponse {
Ok {
identity: String,
},
NotSet,
WrongPin,
}Variants§
Trait Implementations§
Source§impl Debug for GetAgeIdentityResponse
impl Debug for GetAgeIdentityResponse
Source§impl<'de> Deserialize<'de> for GetAgeIdentityResponse
impl<'de> Deserialize<'de> for GetAgeIdentityResponse
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 GetAgeIdentityResponse
impl PartialEq for GetAgeIdentityResponse
Source§impl Serialize for GetAgeIdentityResponse
impl Serialize for GetAgeIdentityResponse
impl StructuralPartialEq for GetAgeIdentityResponse
Auto Trait Implementations§
impl Freeze for GetAgeIdentityResponse
impl RefUnwindSafe for GetAgeIdentityResponse
impl Send for GetAgeIdentityResponse
impl Sync for GetAgeIdentityResponse
impl Unpin for GetAgeIdentityResponse
impl UnwindSafe for GetAgeIdentityResponse
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