pub struct TlsCertificateResponseData {
pub _type: Option<TypeTlsCertificate>,
pub attributes: Option<Box<TlsCertificateResponseAttributes>>,
pub relationships: Option<Box<RelationshipTlsDomains>>,
pub id: Option<Box<String>>,
}
Fields§
§_type: Option<TypeTlsCertificate>
§attributes: Option<Box<TlsCertificateResponseAttributes>>
§relationships: Option<Box<RelationshipTlsDomains>>
§id: Option<Box<String>>
Implementations§
Source§impl TlsCertificateResponseData
impl TlsCertificateResponseData
pub fn new() -> TlsCertificateResponseData
Trait Implementations§
Source§impl Clone for TlsCertificateResponseData
impl Clone for TlsCertificateResponseData
Source§fn clone(&self) -> TlsCertificateResponseData
fn clone(&self) -> TlsCertificateResponseData
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 TlsCertificateResponseData
impl Debug for TlsCertificateResponseData
Source§impl Default for TlsCertificateResponseData
impl Default for TlsCertificateResponseData
Source§fn default() -> TlsCertificateResponseData
fn default() -> TlsCertificateResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TlsCertificateResponseData
impl<'de> Deserialize<'de> for TlsCertificateResponseData
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
impl StructuralPartialEq for TlsCertificateResponseData
Auto Trait Implementations§
impl Freeze for TlsCertificateResponseData
impl RefUnwindSafe for TlsCertificateResponseData
impl Send for TlsCertificateResponseData
impl Sync for TlsCertificateResponseData
impl Unpin for TlsCertificateResponseData
impl UnwindSafe for TlsCertificateResponseData
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