pub struct InstallCertificateResponse {
pub custom_data: Option<CustomData>,
pub status: InstallCertificateStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: InstallCertificateStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Action for InstallCertificateResponse
impl Action for InstallCertificateResponse
Source§impl Clone for InstallCertificateResponse
impl Clone for InstallCertificateResponse
Source§fn clone(&self) -> InstallCertificateResponse
fn clone(&self) -> InstallCertificateResponse
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 InstallCertificateResponse
impl Debug for InstallCertificateResponse
impl Eq for InstallCertificateResponse
impl StructuralPartialEq for InstallCertificateResponse
Auto Trait Implementations§
impl Freeze for InstallCertificateResponse
impl RefUnwindSafe for InstallCertificateResponse
impl Send for InstallCertificateResponse
impl Sync for InstallCertificateResponse
impl Unpin for InstallCertificateResponse
impl UnsafeUnpin for InstallCertificateResponse
impl UnwindSafe for InstallCertificateResponse
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