pub struct SourceAnalysisInputV2Json {
pub file_path: String,
pub document: Value,
pub binding_graph: Option<Value>,
}Fields§
§file_path: String§document: Value§binding_graph: Option<Value>Trait Implementations§
Source§impl Clone for SourceAnalysisInputV2Json
impl Clone for SourceAnalysisInputV2Json
Source§fn clone(&self) -> SourceAnalysisInputV2Json
fn clone(&self) -> SourceAnalysisInputV2Json
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 SourceAnalysisInputV2Json
impl Debug for SourceAnalysisInputV2Json
Source§impl<'de> Deserialize<'de> for SourceAnalysisInputV2Json
impl<'de> Deserialize<'de> for SourceAnalysisInputV2Json
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
impl StructuralPartialEq for SourceAnalysisInputV2Json
Auto Trait Implementations§
impl Freeze for SourceAnalysisInputV2Json
impl RefUnwindSafe for SourceAnalysisInputV2Json
impl Send for SourceAnalysisInputV2Json
impl Sync for SourceAnalysisInputV2Json
impl Unpin for SourceAnalysisInputV2Json
impl UnsafeUnpin for SourceAnalysisInputV2Json
impl UnwindSafe for SourceAnalysisInputV2Json
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