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
sourceimpl Clone for RawDangerZoneConfig
impl Clone for RawDangerZoneConfig
sourcefn clone(&self) -> RawDangerZoneConfig
fn clone(&self) -> RawDangerZoneConfig
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 RawDangerZoneConfig
impl Debug for RawDangerZoneConfig
sourceimpl Default for RawDangerZoneConfig
impl Default for RawDangerZoneConfig
sourcefn default() -> RawDangerZoneConfig
fn default() -> RawDangerZoneConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RawDangerZoneConfig
impl<'de> Deserialize<'de> for RawDangerZoneConfig
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 PartialEq<RawDangerZoneConfig> for RawDangerZoneConfig
impl PartialEq<RawDangerZoneConfig> for RawDangerZoneConfig
sourcefn eq(&self, other: &RawDangerZoneConfig) -> bool
fn eq(&self, other: &RawDangerZoneConfig) -> bool
sourceimpl 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
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
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.