pub struct PvConfig {
pub lint: LintSection,
pub output: OutputSection,
}Expand description
Parsed .pv.toml configuration.
Fields§
§lint: LintSection§output: OutputSectionTrait Implementations§
Source§impl<'de> Deserialize<'de> for PvConfig
impl<'de> Deserialize<'de> for PvConfig
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
Auto Trait Implementations§
impl Freeze for PvConfig
impl RefUnwindSafe for PvConfig
impl Send for PvConfig
impl Sync for PvConfig
impl Unpin for PvConfig
impl UnsafeUnpin for PvConfig
impl UnwindSafe for PvConfig
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