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