pub enum GetAgeIdentityResponse {
Ok {
identity: String,
},
NotSet,
WrongPin,
}Variants§
Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for GetAgeIdentityResponse
impl<'__de, __Context> BorrowDecode<'__de, __Context> for GetAgeIdentityResponse
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Debug for GetAgeIdentityResponse
impl Debug for GetAgeIdentityResponse
Source§impl<__Context> Decode<__Context> for GetAgeIdentityResponse
impl<__Context> Decode<__Context> for GetAgeIdentityResponse
Source§impl Encode for GetAgeIdentityResponse
impl Encode for GetAgeIdentityResponse
Source§impl PartialEq for GetAgeIdentityResponse
impl PartialEq 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