pub struct UserProfileMetadata {
pub attributes: Option<TypeVec<UserProfileAttributeMetadata>>,
pub groups: Option<TypeVec<UserProfileAttributeGroupMetadata>>,
}Fields§
§attributes: Option<TypeVec<UserProfileAttributeMetadata>>§groups: Option<TypeVec<UserProfileAttributeGroupMetadata>>Trait Implementations§
Source§impl Clone for UserProfileMetadata
impl Clone for UserProfileMetadata
Source§fn clone(&self) -> UserProfileMetadata
fn clone(&self) -> UserProfileMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UserProfileMetadata
impl Debug for UserProfileMetadata
Source§impl Default for UserProfileMetadata
impl Default for UserProfileMetadata
Source§fn default() -> UserProfileMetadata
fn default() -> UserProfileMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserProfileMetadata
impl<'de> Deserialize<'de> for UserProfileMetadata
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
impl Eq for UserProfileMetadata
Source§impl PartialEq for UserProfileMetadata
impl PartialEq for UserProfileMetadata
Source§fn eq(&self, other: &UserProfileMetadata) -> bool
fn eq(&self, other: &UserProfileMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UserProfileMetadata
impl Serialize for UserProfileMetadata
impl StructuralPartialEq for UserProfileMetadata
Auto Trait Implementations§
impl Freeze for UserProfileMetadata
impl RefUnwindSafe for UserProfileMetadata
impl Send for UserProfileMetadata
impl Sync for UserProfileMetadata
impl Unpin for UserProfileMetadata
impl UnsafeUnpin for UserProfileMetadata
impl UnwindSafe for UserProfileMetadata
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