pub struct InstallCertificateRequest {
pub certificate: String<10000usize>,
pub certificate_type: InstallCertificateUseEnum,
pub custom_data: Option<CustomData>,
}Fields§
§certificate: String<10000usize>A PEM encoded X.509 certificate.
certificate_type: InstallCertificateUseEnum§custom_data: Option<CustomData>Trait Implementations§
Source§impl Action for InstallCertificateRequest
impl Action for InstallCertificateRequest
Source§impl Clone for InstallCertificateRequest
impl Clone for InstallCertificateRequest
Source§fn clone(&self) -> InstallCertificateRequest
fn clone(&self) -> InstallCertificateRequest
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 InstallCertificateRequest
impl Debug for InstallCertificateRequest
impl Eq for InstallCertificateRequest
impl StructuralPartialEq for InstallCertificateRequest
Auto Trait Implementations§
impl Freeze for InstallCertificateRequest
impl RefUnwindSafe for InstallCertificateRequest
impl Send for InstallCertificateRequest
impl Sync for InstallCertificateRequest
impl Unpin for InstallCertificateRequest
impl UnsafeUnpin for InstallCertificateRequest
impl UnwindSafe for InstallCertificateRequest
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