pub struct TlsCertMetadataConfig {
pub service_id: u64,
pub cert_id: String,
pub certificate_pem: String,
pub serial: String,
pub expires_at: u64,
pub usage: String,
pub common_name: String,
pub issued_by_api_key_id: u64,
}Expand description
Configuration for creating a new TlsCertMetadata
Fields§
§service_id: u64§cert_id: String§certificate_pem: String§serial: String§expires_at: u64§usage: String§common_name: String§issued_by_api_key_id: u64Auto Trait Implementations§
impl Freeze for TlsCertMetadataConfig
impl RefUnwindSafe for TlsCertMetadataConfig
impl Send for TlsCertMetadataConfig
impl Sync for TlsCertMetadataConfig
impl Unpin for TlsCertMetadataConfig
impl UnwindSafe for TlsCertMetadataConfig
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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