Struct fusionauth_rust_client::models::o_auth_configuration_response::OAuthConfigurationResponse
source · pub struct OAuthConfigurationResponse {
pub http_session_max_inactive_interval: Option<i32>,
pub logout_url: Option<String>,
pub oauth_configuration: Option<Box<OAuth2Configuration>>,
}
Expand description
OAuthConfigurationResponse :
Fields§
§http_session_max_inactive_interval: Option<i32>
§logout_url: Option<String>
§oauth_configuration: Option<Box<OAuth2Configuration>>
Implementations§
source§impl OAuthConfigurationResponse
impl OAuthConfigurationResponse
sourcepub fn new() -> OAuthConfigurationResponse
pub fn new() -> OAuthConfigurationResponse
Trait Implementations§
source§impl Clone for OAuthConfigurationResponse
impl Clone for OAuthConfigurationResponse
source§fn clone(&self) -> OAuthConfigurationResponse
fn clone(&self) -> OAuthConfigurationResponse
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 Debug for OAuthConfigurationResponse
impl Debug for OAuthConfigurationResponse
source§impl Default for OAuthConfigurationResponse
impl Default for OAuthConfigurationResponse
source§fn default() -> OAuthConfigurationResponse
fn default() -> OAuthConfigurationResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OAuthConfigurationResponse
impl<'de> Deserialize<'de> for OAuthConfigurationResponse
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 OAuthConfigurationResponse
impl PartialEq for OAuthConfigurationResponse
source§fn eq(&self, other: &OAuthConfigurationResponse) -> bool
fn eq(&self, other: &OAuthConfigurationResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OAuthConfigurationResponse
Auto Trait Implementations§
impl RefUnwindSafe for OAuthConfigurationResponse
impl Send for OAuthConfigurationResponse
impl Sync for OAuthConfigurationResponse
impl Unpin for OAuthConfigurationResponse
impl UnwindSafe for OAuthConfigurationResponse
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