pub struct SetAgeIdentityResponse { /* private fields */ }Trait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for SetAgeIdentityResponse
impl<'__de, __Context> BorrowDecode<'__de, __Context> for SetAgeIdentityResponse
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 SetAgeIdentityResponse
impl Debug for SetAgeIdentityResponse
Source§impl<__Context> Decode<__Context> for SetAgeIdentityResponse
impl<__Context> Decode<__Context> for SetAgeIdentityResponse
Source§impl Encode for SetAgeIdentityResponse
impl Encode for SetAgeIdentityResponse
Source§impl PartialEq for SetAgeIdentityResponse
impl PartialEq for SetAgeIdentityResponse
impl StructuralPartialEq for SetAgeIdentityResponse
Auto Trait Implementations§
impl Freeze for SetAgeIdentityResponse
impl RefUnwindSafe for SetAgeIdentityResponse
impl Send for SetAgeIdentityResponse
impl Sync for SetAgeIdentityResponse
impl Unpin for SetAgeIdentityResponse
impl UnwindSafe for SetAgeIdentityResponse
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