#[non_exhaustive]pub struct ConnectionOAuthClientResponseParametersBuilder { /* private fields */ }Expand description
A builder for ConnectionOAuthClientResponseParameters.
Implementations§
source§impl ConnectionOAuthClientResponseParametersBuilder
 
impl ConnectionOAuthClientResponseParametersBuilder
sourcepub fn client_id(self, input: impl Into<String>) -> Self
 
pub fn client_id(self, input: impl Into<String>) -> Self
The client ID associated with the response to the connection request.
sourcepub fn set_client_id(self, input: Option<String>) -> Self
 
pub fn set_client_id(self, input: Option<String>) -> Self
The client ID associated with the response to the connection request.
sourcepub fn get_client_id(&self) -> &Option<String>
 
pub fn get_client_id(&self) -> &Option<String>
The client ID associated with the response to the connection request.
sourcepub fn build(self) -> ConnectionOAuthClientResponseParameters
 
pub fn build(self) -> ConnectionOAuthClientResponseParameters
Consumes the builder and constructs a ConnectionOAuthClientResponseParameters.
Trait Implementations§
source§impl Clone for ConnectionOAuthClientResponseParametersBuilder
 
impl Clone for ConnectionOAuthClientResponseParametersBuilder
source§fn clone(&self) -> ConnectionOAuthClientResponseParametersBuilder
 
fn clone(&self) -> ConnectionOAuthClientResponseParametersBuilder
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 Default for ConnectionOAuthClientResponseParametersBuilder
 
impl Default for ConnectionOAuthClientResponseParametersBuilder
source§fn default() -> ConnectionOAuthClientResponseParametersBuilder
 
fn default() -> ConnectionOAuthClientResponseParametersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ConnectionOAuthClientResponseParametersBuilder
 
impl PartialEq for ConnectionOAuthClientResponseParametersBuilder
source§fn eq(&self, other: &ConnectionOAuthClientResponseParametersBuilder) -> bool
 
fn eq(&self, other: &ConnectionOAuthClientResponseParametersBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConnectionOAuthClientResponseParametersBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionOAuthClientResponseParametersBuilder
impl Send for ConnectionOAuthClientResponseParametersBuilder
impl Sync for ConnectionOAuthClientResponseParametersBuilder
impl Unpin for ConnectionOAuthClientResponseParametersBuilder
impl UnwindSafe for ConnectionOAuthClientResponseParametersBuilder
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.