pub struct ListAdminIntegrationOAuthProvidersResponse {
pub providers: Vec<ListAdminIntegrationOAuthProvidersResponseProvider>,
}Expand description
ListAdminIntegrationOAuthProvidersResponse model.
Fields§
§providers: Vec<ListAdminIntegrationOAuthProvidersResponseProvider>Trait Implementations§
Source§impl Clone for ListAdminIntegrationOAuthProvidersResponse
impl Clone for ListAdminIntegrationOAuthProvidersResponse
Source§fn clone(&self) -> ListAdminIntegrationOAuthProvidersResponse
fn clone(&self) -> ListAdminIntegrationOAuthProvidersResponse
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 Default for ListAdminIntegrationOAuthProvidersResponse
impl Default for ListAdminIntegrationOAuthProvidersResponse
Source§fn default() -> ListAdminIntegrationOAuthProvidersResponse
fn default() -> ListAdminIntegrationOAuthProvidersResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListAdminIntegrationOAuthProvidersResponse
impl<'de> Deserialize<'de> for ListAdminIntegrationOAuthProvidersResponse
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 ListAdminIntegrationOAuthProvidersResponse
Auto Trait Implementations§
impl Freeze for ListAdminIntegrationOAuthProvidersResponse
impl RefUnwindSafe for ListAdminIntegrationOAuthProvidersResponse
impl Send for ListAdminIntegrationOAuthProvidersResponse
impl Sync for ListAdminIntegrationOAuthProvidersResponse
impl Unpin for ListAdminIntegrationOAuthProvidersResponse
impl UnsafeUnpin for ListAdminIntegrationOAuthProvidersResponse
impl UnwindSafe for ListAdminIntegrationOAuthProvidersResponse
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