Struct wash_lib::parser::InterfaceConfig
source · pub struct InterfaceConfig {
pub html_target: PathBuf,
pub codegen_config: PathBuf,
}Fields§
§html_target: PathBufDirectory to output HTML.
codegen_config: PathBufPath to codegen.toml file.
Trait Implementations§
source§impl Clone for InterfaceConfig
impl Clone for InterfaceConfig
source§fn clone(&self) -> InterfaceConfig
fn clone(&self) -> InterfaceConfig
Returns a copy of the value. Read more
1.0.0 · 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 InterfaceConfig
impl Debug for InterfaceConfig
source§impl Default for InterfaceConfig
impl Default for InterfaceConfig
source§fn default() -> InterfaceConfig
fn default() -> InterfaceConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InterfaceConfig
impl<'de> Deserialize<'de> for InterfaceConfig
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
source§impl PartialEq for InterfaceConfig
impl PartialEq for InterfaceConfig
source§fn eq(&self, other: &InterfaceConfig) -> bool
fn eq(&self, other: &InterfaceConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for InterfaceConfig
impl StructuralEq for InterfaceConfig
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§
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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.