pub struct ParsConfig {
pub print_config: PrintConfig,
pub path_config: PathConfig,
pub executable_config: ExecutableConfig,
}Fields§
§print_config: PrintConfig§path_config: PathConfig§executable_config: ExecutableConfigTrait Implementations§
Source§impl Debug for ParsConfig
impl Debug for ParsConfig
Source§impl Default for ParsConfig
impl Default for ParsConfig
Source§fn default() -> ParsConfig
fn default() -> ParsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParsConfigwhere
ParsConfig: Default,
impl<'de> Deserialize<'de> for ParsConfigwhere
ParsConfig: Default,
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 ParsConfig
impl PartialEq for ParsConfig
Source§impl Serialize for ParsConfig
impl Serialize for ParsConfig
impl Eq for ParsConfig
impl StructuralPartialEq for ParsConfig
Auto Trait Implementations§
impl Freeze for ParsConfig
impl RefUnwindSafe for ParsConfig
impl Send for ParsConfig
impl Sync for ParsConfig
impl Unpin for ParsConfig
impl UnwindSafe for ParsConfig
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<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.