pub struct DevPki {
pub ca_cert_pem: String,
pub ca_key_pem: String,
pub leaf_cert_pem: String,
pub leaf_key_pem: String,
}Expand description
Output of generate_dev_pki.
Fields§
§ca_cert_pem: String§ca_key_pem: String§leaf_cert_pem: String§leaf_key_pem: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DevPki
impl RefUnwindSafe for DevPki
impl Send for DevPki
impl Sync for DevPki
impl Unpin for DevPki
impl UnsafeUnpin for DevPki
impl UnwindSafe for DevPki
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request