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