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 duplicate 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
Auto Trait Implementations§
impl Freeze for RawSeaplaneConfig
impl RefUnwindSafe for RawSeaplaneConfig
impl Send for RawSeaplaneConfig
impl Sync for RawSeaplaneConfig
impl Unpin for RawSeaplaneConfig
impl UnwindSafe for RawSeaplaneConfig
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