pub struct GoogleWorkspaceProviderUser {
pub id: Uuid,
pub google_id: String,
pub user: i32,
pub user_obj: GroupMember,
pub provider: i32,
pub attributes: HashMap<String, Value>,
}Expand description
GoogleWorkspaceProviderUser : GoogleWorkspaceProviderUser Serializer
Fields§
§id: Uuid§google_id: String§user: i32§user_obj: GroupMember§provider: i32§attributes: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for GoogleWorkspaceProviderUser
impl Clone for GoogleWorkspaceProviderUser
Source§fn clone(&self) -> GoogleWorkspaceProviderUser
fn clone(&self) -> GoogleWorkspaceProviderUser
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 GoogleWorkspaceProviderUser
impl Debug for GoogleWorkspaceProviderUser
Source§impl Default for GoogleWorkspaceProviderUser
impl Default for GoogleWorkspaceProviderUser
Source§fn default() -> GoogleWorkspaceProviderUser
fn default() -> GoogleWorkspaceProviderUser
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleWorkspaceProviderUser
impl<'de> Deserialize<'de> for GoogleWorkspaceProviderUser
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 StructuralPartialEq for GoogleWorkspaceProviderUser
Auto Trait Implementations§
impl Freeze for GoogleWorkspaceProviderUser
impl RefUnwindSafe for GoogleWorkspaceProviderUser
impl Send for GoogleWorkspaceProviderUser
impl Sync for GoogleWorkspaceProviderUser
impl Unpin for GoogleWorkspaceProviderUser
impl UnsafeUnpin for GoogleWorkspaceProviderUser
impl UnwindSafe for GoogleWorkspaceProviderUser
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