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