pub struct LocalDeploymentConfigV1 {
pub config_path: Option<String>,
pub raw_config_sha256: Option<String>,
pub canonical_embedded_config_sha256: Option<String>,
}Expand description
LocalDeploymentConfigV1
Fields§
§config_path: Option<String>§raw_config_sha256: Option<String>§canonical_embedded_config_sha256: Option<String>Trait Implementations§
Source§impl Clone for LocalDeploymentConfigV1
impl Clone for LocalDeploymentConfigV1
Source§fn clone(&self) -> LocalDeploymentConfigV1
fn clone(&self) -> LocalDeploymentConfigV1
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 LocalDeploymentConfigV1
impl Debug for LocalDeploymentConfigV1
Source§impl<'de> Deserialize<'de> for LocalDeploymentConfigV1
impl<'de> Deserialize<'de> for LocalDeploymentConfigV1
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
Source§impl PartialEq for LocalDeploymentConfigV1
impl PartialEq for LocalDeploymentConfigV1
Source§fn eq(&self, other: &LocalDeploymentConfigV1) -> bool
fn eq(&self, other: &LocalDeploymentConfigV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LocalDeploymentConfigV1
impl Serialize for LocalDeploymentConfigV1
impl Eq for LocalDeploymentConfigV1
impl StructuralPartialEq for LocalDeploymentConfigV1
Auto Trait Implementations§
impl Freeze for LocalDeploymentConfigV1
impl RefUnwindSafe for LocalDeploymentConfigV1
impl Send for LocalDeploymentConfigV1
impl Sync for LocalDeploymentConfigV1
impl Unpin for LocalDeploymentConfigV1
impl UnsafeUnpin for LocalDeploymentConfigV1
impl UnwindSafe for LocalDeploymentConfigV1
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