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