pub struct GetInstalledCertificateIdsResponse<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize = 16> {
pub certificate_hash_data_chain: Option<Vec<CertificateHashDataChain, GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>>,
pub custom_data: Option<CustomData>,
pub status: GetInstalledCertificateStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§certificate_hash_data_chain: Option<Vec<CertificateHashDataChain, GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>>§custom_data: Option<CustomData>§status: GetInstalledCertificateStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Action for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
Available on non-crate feature alloc only.
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Action for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
Available on non-crate feature
alloc only.Source§impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Clone for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Clone for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
Source§fn clone(
&self,
) -> GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
fn clone( &self, ) -> GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
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<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Debug for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Debug for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Eq for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
Source§impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> PartialEq for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> PartialEq for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> StructuralPartialEq for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
Auto Trait Implementations§
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Freeze for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> RefUnwindSafe for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Send for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Sync for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> Unpin for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> UnsafeUnpin for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
impl<const GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP: usize> UnwindSafe for GetInstalledCertificateIdsResponse<GET_INSTALLED_CERTIFICATE_IDS_RESPONSE_CERTIFICATE_HASH_DATA_CHAIN_CAP>
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