pub struct EngineInputV2 {
pub version: String,
pub sources: Vec<SourceAnalysisInputV2>,
pub styles: Vec<StyleAnalysisInputV2>,
pub type_facts: Vec<TypeFactEntryV2>,
}Fields§
§version: String§sources: Vec<SourceAnalysisInputV2>§styles: Vec<StyleAnalysisInputV2>§type_facts: Vec<TypeFactEntryV2>Trait Implementations§
Source§impl Debug for EngineInputV2
impl Debug for EngineInputV2
Source§impl<'de> Deserialize<'de> for EngineInputV2
impl<'de> Deserialize<'de> for EngineInputV2
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 EngineInputV2
impl RefUnwindSafe for EngineInputV2
impl Send for EngineInputV2
impl Sync for EngineInputV2
impl Unpin for EngineInputV2
impl UnsafeUnpin for EngineInputV2
impl UnwindSafe for EngineInputV2
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