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