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
Source§impl TryFrom<EngineInputV2Json> for EngineInputV2
impl TryFrom<EngineInputV2Json> for EngineInputV2
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