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