pub struct UpdateInstanceAuthConfig200Response {
pub object: Option<Object>,
pub id: Option<String>,
pub restricted_to_allowlist: Option<bool>,
pub from_email_address: Option<String>,
pub progressive_sign_up: Option<bool>,
pub enhanced_email_deliverability: Option<bool>,
}Fields§
§object: Option<Object>String representing the object’s type. Objects of the same type share the same value.
id: Option<String>§restricted_to_allowlist: Option<bool>§from_email_address: Option<String>§progressive_sign_up: Option<bool>§enhanced_email_deliverability: Option<bool>Implementations§
Trait Implementations§
Source§impl Clone for UpdateInstanceAuthConfig200Response
impl Clone for UpdateInstanceAuthConfig200Response
Source§fn clone(&self) -> UpdateInstanceAuthConfig200Response
fn clone(&self) -> UpdateInstanceAuthConfig200Response
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for UpdateInstanceAuthConfig200Response
impl<'de> Deserialize<'de> for UpdateInstanceAuthConfig200Response
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 UpdateInstanceAuthConfig200Response
impl PartialEq for UpdateInstanceAuthConfig200Response
Source§fn eq(&self, other: &UpdateInstanceAuthConfig200Response) -> bool
fn eq(&self, other: &UpdateInstanceAuthConfig200Response) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateInstanceAuthConfig200Response
Auto Trait Implementations§
impl Freeze for UpdateInstanceAuthConfig200Response
impl RefUnwindSafe for UpdateInstanceAuthConfig200Response
impl Send for UpdateInstanceAuthConfig200Response
impl Sync for UpdateInstanceAuthConfig200Response
impl Unpin for UpdateInstanceAuthConfig200Response
impl UnwindSafe for UpdateInstanceAuthConfig200Response
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