Struct cert_manager::x509::CsrEntity
source · pub struct CsrEntity {
pub cert: Certificate,
pub csr_pem: String,
}Expand description
Represents a certificate signing request entity. ref. https://en.wikipedia.org/wiki/Certificate_signing_request ref. https://github.com/djc/sign-cert-remote/blob/main/src/main.rs
Fields§
§cert: Certificate§csr_pem: StringImplementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CsrEntity
impl Send for CsrEntity
impl Sync for CsrEntity
impl Unpin for CsrEntity
impl !UnwindSafe for CsrEntity
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§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