pub struct EngineInputV2Json {
pub version: String,
pub workspace: EngineWorkspaceV1Json,
pub sources: Vec<SourceAnalysisInputV2Json>,
pub styles: Vec<StyleAnalysisInputV2Json>,
pub type_facts: Vec<TypeFactEntryV2Json>,
}Fields§
§version: String§workspace: EngineWorkspaceV1Json§sources: Vec<SourceAnalysisInputV2Json>§styles: Vec<StyleAnalysisInputV2Json>§type_facts: Vec<TypeFactEntryV2Json>Trait Implementations§
Source§impl Clone for EngineInputV2Json
impl Clone for EngineInputV2Json
Source§fn clone(&self) -> EngineInputV2Json
fn clone(&self) -> EngineInputV2Json
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EngineInputV2Json
impl Debug for EngineInputV2Json
Source§impl<'de> Deserialize<'de> for EngineInputV2Json
impl<'de> Deserialize<'de> for EngineInputV2Json
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 EngineInputV2Json
impl PartialEq for EngineInputV2Json
Source§impl Serialize for EngineInputV2Json
impl Serialize for EngineInputV2Json
impl StructuralPartialEq for EngineInputV2Json
Source§impl TryFrom<EngineInputV2Json> for EngineInputV2
impl TryFrom<EngineInputV2Json> for EngineInputV2
Auto Trait Implementations§
impl Freeze for EngineInputV2Json
impl RefUnwindSafe for EngineInputV2Json
impl Send for EngineInputV2Json
impl Sync for EngineInputV2Json
impl Unpin for EngineInputV2Json
impl UnsafeUnpin for EngineInputV2Json
impl UnwindSafe for EngineInputV2Json
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