Struct ServerMaterials
pub struct ServerMaterials {
pub ca_cert_path: PathBuf,
pub ca_key_path: PathBuf,
pub server_cert_path: PathBuf,
pub server_key_path: PathBuf,
}Expand description
On-disk paths to the daemon’s mTLS server materials.
Fields§
§ca_cert_path: PathBuf§ca_key_path: PathBuf§server_cert_path: PathBuf§server_key_path: PathBufTrait Implementations§
Source§impl Clone for ServerMaterials
impl Clone for ServerMaterials
Source§fn clone(&self) -> ServerMaterials
fn clone(&self) -> ServerMaterials
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · §fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ServerMaterials
impl RefUnwindSafe for ServerMaterials
impl Send for ServerMaterials
impl Sync for ServerMaterials
impl Unpin for ServerMaterials
impl UnsafeUnpin for ServerMaterials
impl UnwindSafe for ServerMaterials
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