pub struct DefaultsSection {
pub network: Option<String>,
}Fields§
§network: Option<String>Default network for deploy/dev when not passed on the CLI (reserved for future use).
Trait Implementations§
Source§impl Clone for DefaultsSection
impl Clone for DefaultsSection
Source§fn clone(&self) -> DefaultsSection
fn clone(&self) -> DefaultsSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DefaultsSection
impl Debug for DefaultsSection
Source§impl Default for DefaultsSection
impl Default for DefaultsSection
Source§fn default() -> DefaultsSection
fn default() -> DefaultsSection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DefaultsSection
impl<'de> Deserialize<'de> for DefaultsSection
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
impl Eq for DefaultsSection
Source§impl PartialEq for DefaultsSection
impl PartialEq for DefaultsSection
impl StructuralPartialEq for DefaultsSection
Auto Trait Implementations§
impl Freeze for DefaultsSection
impl RefUnwindSafe for DefaultsSection
impl Send for DefaultsSection
impl Sync for DefaultsSection
impl Unpin for DefaultsSection
impl UnsafeUnpin for DefaultsSection
impl UnwindSafe for DefaultsSection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.