Struct seaplane_cli::config::RawSeaplaneConfig
source · pub struct RawSeaplaneConfig {
pub color: Option<ColorChoice>,
pub default_registry_url: Option<String>,
}Fields§
§color: Option<ColorChoice>Whether to color output or not
default_registry_url: Option<String>The default container image registry to infer if not provided
Trait Implementations§
source§impl Clone for RawSeaplaneConfig
impl Clone for RawSeaplaneConfig
source§fn clone(&self) -> RawSeaplaneConfig
fn clone(&self) -> RawSeaplaneConfig
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 RawSeaplaneConfig
impl Debug for RawSeaplaneConfig
source§impl Default for RawSeaplaneConfig
impl Default for RawSeaplaneConfig
source§fn default() -> RawSeaplaneConfig
fn default() -> RawSeaplaneConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RawSeaplaneConfig
impl<'de> Deserialize<'de> for RawSeaplaneConfig
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