pub struct TlsDomainsResponseAllOf {
pub data: Option<Vec<TlsDomainData>>,
}Fields§
§data: Option<Vec<TlsDomainData>>Implementations§
Source§impl TlsDomainsResponseAllOf
impl TlsDomainsResponseAllOf
pub fn new() -> TlsDomainsResponseAllOf
Trait Implementations§
Source§impl Clone for TlsDomainsResponseAllOf
impl Clone for TlsDomainsResponseAllOf
Source§fn clone(&self) -> TlsDomainsResponseAllOf
fn clone(&self) -> TlsDomainsResponseAllOf
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 Debug for TlsDomainsResponseAllOf
impl Debug for TlsDomainsResponseAllOf
Source§impl Default for TlsDomainsResponseAllOf
impl Default for TlsDomainsResponseAllOf
Source§fn default() -> TlsDomainsResponseAllOf
fn default() -> TlsDomainsResponseAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TlsDomainsResponseAllOf
impl<'de> Deserialize<'de> for TlsDomainsResponseAllOf
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 TlsDomainsResponseAllOf
impl PartialEq for TlsDomainsResponseAllOf
Source§impl Serialize for TlsDomainsResponseAllOf
impl Serialize for TlsDomainsResponseAllOf
impl StructuralPartialEq for TlsDomainsResponseAllOf
Auto Trait Implementations§
impl Freeze for TlsDomainsResponseAllOf
impl RefUnwindSafe for TlsDomainsResponseAllOf
impl Send for TlsDomainsResponseAllOf
impl Sync for TlsDomainsResponseAllOf
impl Unpin for TlsDomainsResponseAllOf
impl UnwindSafe for TlsDomainsResponseAllOf
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