Struct wash_lib::parser::CommonConfig
source · [−]Expand description
Configuration common amoung all project types & languages.
Fields
name: StringName of the project.
version: VersionSemantic version of the project.
Trait Implementations
sourceimpl Clone for CommonConfig
impl Clone for CommonConfig
sourcefn clone(&self) -> CommonConfig
fn clone(&self) -> CommonConfig
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 CommonConfig
impl Debug for CommonConfig
sourceimpl<'de> Deserialize<'de> for CommonConfig
impl<'de> Deserialize<'de> for CommonConfig
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<CommonConfig> for CommonConfig
impl PartialEq<CommonConfig> for CommonConfig
sourcefn eq(&self, other: &CommonConfig) -> bool
fn eq(&self, other: &CommonConfig) -> bool
impl StructuralPartialEq for CommonConfig
Auto Trait Implementations
impl RefUnwindSafe for CommonConfig
impl Send for CommonConfig
impl Sync for CommonConfig
impl Unpin for CommonConfig
impl UnwindSafe for CommonConfig
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