#[non_exhaustive]pub struct UpdateConnectionOAuthClientRequestParameters { /* private fields */ }Expand description
Contains the OAuth authorization parameters to use for the connection.
Implementations§
source§impl UpdateConnectionOAuthClientRequestParameters
impl UpdateConnectionOAuthClientRequestParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConnectionOAuthClientRequestParameters.
Trait Implementations§
source§impl Clone for UpdateConnectionOAuthClientRequestParameters
impl Clone for UpdateConnectionOAuthClientRequestParameters
source§fn clone(&self) -> UpdateConnectionOAuthClientRequestParameters
fn clone(&self) -> UpdateConnectionOAuthClientRequestParameters
Returns a copy 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 PartialEq<UpdateConnectionOAuthClientRequestParameters> for UpdateConnectionOAuthClientRequestParameters
impl PartialEq<UpdateConnectionOAuthClientRequestParameters> for UpdateConnectionOAuthClientRequestParameters
source§fn eq(&self, other: &UpdateConnectionOAuthClientRequestParameters) -> bool
fn eq(&self, other: &UpdateConnectionOAuthClientRequestParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.