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
sourceimpl Clone for RawSeaplaneConfig
impl Clone for RawSeaplaneConfig
sourcefn clone(&self) -> RawSeaplaneConfig
fn clone(&self) -> RawSeaplaneConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RawSeaplaneConfig
impl Debug for RawSeaplaneConfig
sourceimpl Default for RawSeaplaneConfig
impl Default for RawSeaplaneConfig
sourcefn default() -> RawSeaplaneConfig
fn default() -> RawSeaplaneConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RawSeaplaneConfig
impl<'de> Deserialize<'de> for RawSeaplaneConfig
sourcefn 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
sourceimpl Serialize for RawSeaplaneConfig
impl Serialize for RawSeaplaneConfig
Auto Trait Implementations
impl RefUnwindSafe for RawSeaplaneConfig
impl Send for RawSeaplaneConfig
impl Sync for RawSeaplaneConfig
impl Unpin for RawSeaplaneConfig
impl UnwindSafe for RawSeaplaneConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more