pub struct ResolvedClientConfig {
pub cp_url: String,
pub ca_cert: PathBuf,
pub client_cert: PathBuf,
pub client_key: PathBuf,
}Expand description
Resolved operator-side config. Every field is required by the time we reach a network call; layered loader (flag > env > file) populates this.
Fields§
§cp_url: String§ca_cert: PathBuf§client_cert: PathBuf§client_key: PathBufTrait Implementations§
Source§impl Clone for ResolvedClientConfig
impl Clone for ResolvedClientConfig
Source§fn clone(&self) -> ResolvedClientConfig
fn clone(&self) -> ResolvedClientConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§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 ResolvedClientConfig
impl RefUnwindSafe for ResolvedClientConfig
impl Send for ResolvedClientConfig
impl Sync for ResolvedClientConfig
impl Unpin for ResolvedClientConfig
impl UnwindSafe for ResolvedClientConfig
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