pub struct GoogleWorkspaceProviderUserRequest {
pub google_id: String,
pub user: i32,
pub provider: i32,
}Expand description
GoogleWorkspaceProviderUserRequest : GoogleWorkspaceProviderUser Serializer
Fields§
§google_id: String§user: i32§provider: i32Implementations§
Trait Implementations§
Source§impl Clone for GoogleWorkspaceProviderUserRequest
impl Clone for GoogleWorkspaceProviderUserRequest
Source§fn clone(&self) -> GoogleWorkspaceProviderUserRequest
fn clone(&self) -> GoogleWorkspaceProviderUserRequest
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 Default for GoogleWorkspaceProviderUserRequest
impl Default for GoogleWorkspaceProviderUserRequest
Source§fn default() -> GoogleWorkspaceProviderUserRequest
fn default() -> GoogleWorkspaceProviderUserRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleWorkspaceProviderUserRequest
impl<'de> Deserialize<'de> for GoogleWorkspaceProviderUserRequest
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 GoogleWorkspaceProviderUserRequest
impl PartialEq for GoogleWorkspaceProviderUserRequest
Source§fn eq(&self, other: &GoogleWorkspaceProviderUserRequest) -> bool
fn eq(&self, other: &GoogleWorkspaceProviderUserRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GoogleWorkspaceProviderUserRequest
Auto Trait Implementations§
impl Freeze for GoogleWorkspaceProviderUserRequest
impl RefUnwindSafe for GoogleWorkspaceProviderUserRequest
impl Send for GoogleWorkspaceProviderUserRequest
impl Sync for GoogleWorkspaceProviderUserRequest
impl Unpin for GoogleWorkspaceProviderUserRequest
impl UnwindSafe for GoogleWorkspaceProviderUserRequest
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