pub struct StacksdappConfig {
pub project: Option<ProjectSection>,
pub defaults: Option<DefaultsSection>,
}Expand description
Optional project config loaded from stacksdapp.toml.
Fields§
§project: Option<ProjectSection>§defaults: Option<DefaultsSection>Trait Implementations§
Source§impl Clone for StacksdappConfig
impl Clone for StacksdappConfig
Source§fn clone(&self) -> StacksdappConfig
fn clone(&self) -> StacksdappConfig
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 StacksdappConfig
impl Debug for StacksdappConfig
Source§impl Default for StacksdappConfig
impl Default for StacksdappConfig
Source§fn default() -> StacksdappConfig
fn default() -> StacksdappConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StacksdappConfig
impl<'de> Deserialize<'de> for StacksdappConfig
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 StacksdappConfig
Source§impl PartialEq for StacksdappConfig
impl PartialEq for StacksdappConfig
impl StructuralPartialEq for StacksdappConfig
Auto Trait Implementations§
impl Freeze for StacksdappConfig
impl RefUnwindSafe for StacksdappConfig
impl Send for StacksdappConfig
impl Sync for StacksdappConfig
impl Unpin for StacksdappConfig
impl UnsafeUnpin for StacksdappConfig
impl UnwindSafe for StacksdappConfig
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.