Struct wash_lib::parser::TinyGoConfig
source · [−]Fields
tinygo_path: Option<PathBuf>The path to the tinygo binary. Optional, will default to tinygo if not specified.
Trait Implementations
sourceimpl Clone for TinyGoConfig
impl Clone for TinyGoConfig
sourcefn clone(&self) -> TinyGoConfig
fn clone(&self) -> TinyGoConfig
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 TinyGoConfig
impl Debug for TinyGoConfig
sourceimpl Default for TinyGoConfig
impl Default for TinyGoConfig
sourcefn default() -> TinyGoConfig
fn default() -> TinyGoConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TinyGoConfig
impl<'de> Deserialize<'de> for TinyGoConfig
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<TinyGoConfig> for TinyGoConfig
impl PartialEq<TinyGoConfig> for TinyGoConfig
sourcefn eq(&self, other: &TinyGoConfig) -> bool
fn eq(&self, other: &TinyGoConfig) -> bool
impl StructuralPartialEq for TinyGoConfig
Auto Trait Implementations
impl RefUnwindSafe for TinyGoConfig
impl Send for TinyGoConfig
impl Sync for TinyGoConfig
impl Unpin for TinyGoConfig
impl UnwindSafe for TinyGoConfig
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