pub struct ZeroSslTargetDetails {
pub api_key: Option<String>,
pub imap_fqdn: Option<String>,
pub imap_password: Option<String>,
pub imap_port: Option<String>,
pub imap_user: Option<String>,
pub timeout: Option<i64>,
pub validation_email: Option<String>,
}Expand description
ZeroSslTargetDetails : ZeroSSLTargetDetails
Fields§
§api_key: Option<String>§imap_fqdn: Option<String>§imap_password: Option<String>§imap_port: Option<String>§imap_user: Option<String>§timeout: Option<i64>A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years.
validation_email: Option<String>Implementations§
Source§impl ZeroSslTargetDetails
impl ZeroSslTargetDetails
Sourcepub fn new() -> ZeroSslTargetDetails
pub fn new() -> ZeroSslTargetDetails
ZeroSSLTargetDetails
Trait Implementations§
Source§impl Clone for ZeroSslTargetDetails
impl Clone for ZeroSslTargetDetails
Source§fn clone(&self) -> ZeroSslTargetDetails
fn clone(&self) -> ZeroSslTargetDetails
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 ZeroSslTargetDetails
impl Debug for ZeroSslTargetDetails
Source§impl Default for ZeroSslTargetDetails
impl Default for ZeroSslTargetDetails
Source§fn default() -> ZeroSslTargetDetails
fn default() -> ZeroSslTargetDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ZeroSslTargetDetails
impl<'de> Deserialize<'de> for ZeroSslTargetDetails
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 ZeroSslTargetDetails
impl PartialEq for ZeroSslTargetDetails
Source§fn eq(&self, other: &ZeroSslTargetDetails) -> bool
fn eq(&self, other: &ZeroSslTargetDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ZeroSslTargetDetails
impl Serialize for ZeroSslTargetDetails
impl StructuralPartialEq for ZeroSslTargetDetails
Auto Trait Implementations§
impl Freeze for ZeroSslTargetDetails
impl RefUnwindSafe for ZeroSslTargetDetails
impl Send for ZeroSslTargetDetails
impl Sync for ZeroSslTargetDetails
impl Unpin for ZeroSslTargetDetails
impl UnsafeUnpin for ZeroSslTargetDetails
impl UnwindSafe for ZeroSslTargetDetails
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