pub struct RenewCertificateOutput {
pub cert: Option<String>,
pub cert_display_id: Option<String>,
pub item_id: Option<String>,
pub parent_cert: Option<String>,
pub private_key: Option<String>,
pub reading_token: Option<String>,
}Fields§
§cert: Option<String>§cert_display_id: Option<String>§item_id: Option<String>§parent_cert: Option<String>§private_key: Option<String>§reading_token: Option<String>Implementations§
Source§impl RenewCertificateOutput
impl RenewCertificateOutput
pub fn new() -> RenewCertificateOutput
Trait Implementations§
Source§impl Clone for RenewCertificateOutput
impl Clone for RenewCertificateOutput
Source§fn clone(&self) -> RenewCertificateOutput
fn clone(&self) -> RenewCertificateOutput
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 RenewCertificateOutput
impl Debug for RenewCertificateOutput
Source§impl Default for RenewCertificateOutput
impl Default for RenewCertificateOutput
Source§fn default() -> RenewCertificateOutput
fn default() -> RenewCertificateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RenewCertificateOutput
impl<'de> Deserialize<'de> for RenewCertificateOutput
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 RenewCertificateOutput
impl PartialEq for RenewCertificateOutput
Source§fn eq(&self, other: &RenewCertificateOutput) -> bool
fn eq(&self, other: &RenewCertificateOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RenewCertificateOutput
impl Serialize for RenewCertificateOutput
impl StructuralPartialEq for RenewCertificateOutput
Auto Trait Implementations§
impl Freeze for RenewCertificateOutput
impl RefUnwindSafe for RenewCertificateOutput
impl Send for RenewCertificateOutput
impl Sync for RenewCertificateOutput
impl Unpin for RenewCertificateOutput
impl UnsafeUnpin for RenewCertificateOutput
impl UnwindSafe for RenewCertificateOutput
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