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