pub struct CreateOidcAppOutput {
pub client_id: Option<String>,
pub client_secret: Option<String>,
pub name: Option<String>,
}Fields§
§client_id: Option<String>§client_secret: Option<String>§name: Option<String>Implementations§
Source§impl CreateOidcAppOutput
impl CreateOidcAppOutput
pub fn new() -> CreateOidcAppOutput
Trait Implementations§
Source§impl Clone for CreateOidcAppOutput
impl Clone for CreateOidcAppOutput
Source§fn clone(&self) -> CreateOidcAppOutput
fn clone(&self) -> CreateOidcAppOutput
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 Debug for CreateOidcAppOutput
impl Debug for CreateOidcAppOutput
Source§impl Default for CreateOidcAppOutput
impl Default for CreateOidcAppOutput
Source§fn default() -> CreateOidcAppOutput
fn default() -> CreateOidcAppOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateOidcAppOutput
impl<'de> Deserialize<'de> for CreateOidcAppOutput
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 CreateOidcAppOutput
impl PartialEq for CreateOidcAppOutput
Source§fn eq(&self, other: &CreateOidcAppOutput) -> bool
fn eq(&self, other: &CreateOidcAppOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CreateOidcAppOutput
impl Serialize for CreateOidcAppOutput
impl StructuralPartialEq for CreateOidcAppOutput
Auto Trait Implementations§
impl Freeze for CreateOidcAppOutput
impl RefUnwindSafe for CreateOidcAppOutput
impl Send for CreateOidcAppOutput
impl Sync for CreateOidcAppOutput
impl Unpin for CreateOidcAppOutput
impl UnsafeUnpin for CreateOidcAppOutput
impl UnwindSafe for CreateOidcAppOutput
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