pub struct UserIdentityRequestBody {
pub identity: Option<HashMap<String, Value>>,
}
Fields§
§identity: Option<HashMap<String, Value>>
Implementations§
Source§impl UserIdentityRequestBody
impl UserIdentityRequestBody
pub fn new() -> UserIdentityRequestBody
Trait Implementations§
Source§impl Clone for UserIdentityRequestBody
impl Clone for UserIdentityRequestBody
Source§fn clone(&self) -> UserIdentityRequestBody
fn clone(&self) -> UserIdentityRequestBody
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 UserIdentityRequestBody
impl Debug for UserIdentityRequestBody
Source§impl Default for UserIdentityRequestBody
impl Default for UserIdentityRequestBody
Source§fn default() -> UserIdentityRequestBody
fn default() -> UserIdentityRequestBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserIdentityRequestBody
impl<'de> Deserialize<'de> for UserIdentityRequestBody
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 UserIdentityRequestBody
impl PartialEq for UserIdentityRequestBody
Source§impl Serialize for UserIdentityRequestBody
impl Serialize for UserIdentityRequestBody
impl StructuralPartialEq for UserIdentityRequestBody
Auto Trait Implementations§
impl Freeze for UserIdentityRequestBody
impl RefUnwindSafe for UserIdentityRequestBody
impl Send for UserIdentityRequestBody
impl Sync for UserIdentityRequestBody
impl Unpin for UserIdentityRequestBody
impl UnwindSafe for UserIdentityRequestBody
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