pub struct SetAgeIdentityResponse { /* private fields */ }Trait Implementations§
Source§impl Debug for SetAgeIdentityResponse
impl Debug for SetAgeIdentityResponse
Source§impl<'de> Deserialize<'de> for SetAgeIdentityResponse
impl<'de> Deserialize<'de> for SetAgeIdentityResponse
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 SetAgeIdentityResponse
impl PartialEq for SetAgeIdentityResponse
Source§impl Serialize for SetAgeIdentityResponse
impl Serialize 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