Struct seaplane_cli::config::RawDangerZoneConfig
source · Fields§
§allow_insecure_urls: boolAllow HTTP in URLs pointing to services
allow_invalid_certs: boolAllow invalid or self signed HTTPS certs
Implementations§
Trait Implementations§
source§impl Clone for RawDangerZoneConfig
impl Clone for RawDangerZoneConfig
source§fn clone(&self) -> RawDangerZoneConfig
fn clone(&self) -> RawDangerZoneConfig
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 RawDangerZoneConfig
impl Debug for RawDangerZoneConfig
source§impl Default for RawDangerZoneConfig
impl Default for RawDangerZoneConfig
source§fn default() -> RawDangerZoneConfig
fn default() -> RawDangerZoneConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RawDangerZoneConfig
impl<'de> Deserialize<'de> for RawDangerZoneConfig
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<RawDangerZoneConfig> for RawDangerZoneConfig
impl PartialEq<RawDangerZoneConfig> for RawDangerZoneConfig
source§fn eq(&self, other: &RawDangerZoneConfig) -> bool
fn eq(&self, other: &RawDangerZoneConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RawDangerZoneConfig
impl Serialize for RawDangerZoneConfig
impl Copy for RawDangerZoneConfig
impl Eq for RawDangerZoneConfig
impl StructuralEq for RawDangerZoneConfig
impl StructuralPartialEq for RawDangerZoneConfig
Auto Trait Implementations§
impl RefUnwindSafe for RawDangerZoneConfig
impl Send for RawDangerZoneConfig
impl Sync for RawDangerZoneConfig
impl Unpin for RawDangerZoneConfig
impl UnwindSafe for RawDangerZoneConfig
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.