pub struct VitrineConfig {
pub target: TargetEnvironment,
pub argocd: Option<ArgoCdConfig>,
pub evidence: EvidenceConfig,
}Expand description
Root configuration for a vitrine session.
Fields§
§target: TargetEnvironment§argocd: Option<ArgoCdConfig>§evidence: EvidenceConfigImplementations§
Source§impl VitrineConfig
impl VitrineConfig
Trait Implementations§
Source§impl Clone for VitrineConfig
impl Clone for VitrineConfig
Source§fn clone(&self) -> VitrineConfig
fn clone(&self) -> VitrineConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VitrineConfig
impl Debug for VitrineConfig
Source§impl<'de> Deserialize<'de> for VitrineConfig
impl<'de> Deserialize<'de> for VitrineConfig
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 VitrineConfig
impl RefUnwindSafe for VitrineConfig
impl Send for VitrineConfig
impl Sync for VitrineConfig
impl Unpin for VitrineConfig
impl UnsafeUnpin for VitrineConfig
impl UnwindSafe for VitrineConfig
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