pub struct CreateIdentityResponse {
pub id: String,
pub verify_token: Option<String>,
}Fields§
§id: String§verify_token: Option<String>Trait Implementations§
Source§impl Clone for CreateIdentityResponse
impl Clone for CreateIdentityResponse
Source§fn clone(&self) -> CreateIdentityResponse
fn clone(&self) -> CreateIdentityResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 CreateIdentityResponse
impl Debug for CreateIdentityResponse
Source§impl<'de> Deserialize<'de> for CreateIdentityResponse
impl<'de> Deserialize<'de> for CreateIdentityResponse
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 CreateIdentityResponse
impl PartialEq for CreateIdentityResponse
Source§impl Serialize for CreateIdentityResponse
impl Serialize for CreateIdentityResponse
impl Eq for CreateIdentityResponse
impl StructuralPartialEq for CreateIdentityResponse
Auto Trait Implementations§
impl Freeze for CreateIdentityResponse
impl RefUnwindSafe for CreateIdentityResponse
impl Send for CreateIdentityResponse
impl Sync for CreateIdentityResponse
impl Unpin for CreateIdentityResponse
impl UnsafeUnpin for CreateIdentityResponse
impl UnwindSafe for CreateIdentityResponse
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