Struct wash_lib::parser::InterfaceConfig
source · [−]Fields
html_target: PathBufDirectory to output HTML.
codegen_config: PathBufPath to codegen.toml file.
Trait Implementations
sourceimpl Clone for InterfaceConfig
impl Clone for InterfaceConfig
sourcefn clone(&self) -> InterfaceConfig
fn clone(&self) -> InterfaceConfig
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 InterfaceConfig
impl Debug for InterfaceConfig
sourceimpl Default for InterfaceConfig
impl Default for InterfaceConfig
sourcefn default() -> InterfaceConfig
fn default() -> InterfaceConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for InterfaceConfig
impl<'de> Deserialize<'de> for InterfaceConfig
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<InterfaceConfig> for InterfaceConfig
impl PartialEq<InterfaceConfig> for InterfaceConfig
sourcefn eq(&self, other: &InterfaceConfig) -> bool
fn eq(&self, other: &InterfaceConfig) -> bool
impl StructuralPartialEq for InterfaceConfig
Auto Trait Implementations
impl RefUnwindSafe for InterfaceConfig
impl Send for InterfaceConfig
impl Sync for InterfaceConfig
impl Unpin for InterfaceConfig
impl UnwindSafe for InterfaceConfig
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