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