pub struct ExpressionDomainFlowAnalysisEntryV0 {
pub graph_id: String,
pub file_path: String,
pub analysis: ClassValueFlowAnalysisV0,
}Fields§
§graph_id: String§file_path: String§analysis: ClassValueFlowAnalysisV0Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionDomainFlowAnalysisEntryV0
impl RefUnwindSafe for ExpressionDomainFlowAnalysisEntryV0
impl Send for ExpressionDomainFlowAnalysisEntryV0
impl Sync for ExpressionDomainFlowAnalysisEntryV0
impl Unpin for ExpressionDomainFlowAnalysisEntryV0
impl UnsafeUnpin for ExpressionDomainFlowAnalysisEntryV0
impl UnwindSafe for ExpressionDomainFlowAnalysisEntryV0
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