Struct brane_cfg::node::CentralPaths
source · pub struct CentralPaths {
pub certs: PathBuf,
pub packages: PathBuf,
pub infra: PathBuf,
pub proxy: Option<PathBuf>,
}
Expand description
Defines the paths for the central node.
Fields§
§certs: PathBuf
The path to the certificate directory.
packages: PathBuf
The path to the package directory.
infra: PathBuf
The path to the infrastructure file.
proxy: Option<PathBuf>
The path to the proxy file, if applicable. Ignored if no service is present.
Trait Implementations§
source§impl Clone for CentralPaths
impl Clone for CentralPaths
source§fn clone(&self) -> CentralPaths
fn clone(&self) -> CentralPaths
Returns a copy 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 moresource§impl Debug for CentralPaths
impl Debug for CentralPaths
source§impl<'de> Deserialize<'de> for CentralPaths
impl<'de> Deserialize<'de> for CentralPaths
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CentralPaths
impl RefUnwindSafe for CentralPaths
impl Send for CentralPaths
impl Sync for CentralPaths
impl Unpin for CentralPaths
impl UnwindSafe for CentralPaths
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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