pub struct ExportClientVpnClientCertificateRevocationListResult {
pub certificate_revocation_list: Option<String>,
pub status: Option<ClientCertificateRevocationListStatus>,
}Fields§
§certificate_revocation_list: Option<String>Information about the client certificate revocation list.
status: Option<ClientCertificateRevocationListStatus>The current state of the client certificate revocation list.
Trait Implementations§
Source§impl Clone for ExportClientVpnClientCertificateRevocationListResult
impl Clone for ExportClientVpnClientCertificateRevocationListResult
Source§fn clone(&self) -> ExportClientVpnClientCertificateRevocationListResult
fn clone(&self) -> ExportClientVpnClientCertificateRevocationListResult
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 Default for ExportClientVpnClientCertificateRevocationListResult
impl Default for ExportClientVpnClientCertificateRevocationListResult
Source§fn default() -> ExportClientVpnClientCertificateRevocationListResult
fn default() -> ExportClientVpnClientCertificateRevocationListResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExportClientVpnClientCertificateRevocationListResult
impl PartialEq for ExportClientVpnClientCertificateRevocationListResult
Source§fn eq(
&self,
other: &ExportClientVpnClientCertificateRevocationListResult,
) -> bool
fn eq( &self, other: &ExportClientVpnClientCertificateRevocationListResult, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExportClientVpnClientCertificateRevocationListResult
Auto Trait Implementations§
impl Freeze for ExportClientVpnClientCertificateRevocationListResult
impl RefUnwindSafe for ExportClientVpnClientCertificateRevocationListResult
impl Send for ExportClientVpnClientCertificateRevocationListResult
impl Sync for ExportClientVpnClientCertificateRevocationListResult
impl Unpin for ExportClientVpnClientCertificateRevocationListResult
impl UnwindSafe for ExportClientVpnClientCertificateRevocationListResult
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