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