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