Struct fastly_api::models::tls_certificate::TlsCertificate
source · pub struct TlsCertificate {
pub data: Option<Box<TlsCertificateData>>,
}
Fields§
§data: Option<Box<TlsCertificateData>>
Implementations§
source§impl TlsCertificate
impl TlsCertificate
pub fn new() -> TlsCertificate
Trait Implementations§
source§impl Clone for TlsCertificate
impl Clone for TlsCertificate
source§fn clone(&self) -> TlsCertificate
fn clone(&self) -> TlsCertificate
Returns a copy 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 TlsCertificate
impl Debug for TlsCertificate
source§impl Default for TlsCertificate
impl Default for TlsCertificate
source§fn default() -> TlsCertificate
fn default() -> TlsCertificate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TlsCertificate
impl<'de> Deserialize<'de> for TlsCertificate
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<TlsCertificate> for TlsCertificate
impl PartialEq<TlsCertificate> for TlsCertificate
source§fn eq(&self, other: &TlsCertificate) -> bool
fn eq(&self, other: &TlsCertificate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TlsCertificate
impl Serialize for TlsCertificate
impl StructuralPartialEq for TlsCertificate
Auto Trait Implementations§
impl RefUnwindSafe for TlsCertificate
impl Send for TlsCertificate
impl Sync for TlsCertificate
impl Unpin for TlsCertificate
impl UnwindSafe for TlsCertificate
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