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