pub struct ExpressionDomainControlFlowAnalysisV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub input_version: String,
pub analyses: Vec<ExpressionDomainControlFlowAnalysisEntryV0>,
}Fields§
§schema_version: &'static str§product: &'static str§input_version: String§analyses: Vec<ExpressionDomainControlFlowAnalysisEntryV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionDomainControlFlowAnalysisV0
impl RefUnwindSafe for ExpressionDomainControlFlowAnalysisV0
impl Send for ExpressionDomainControlFlowAnalysisV0
impl Sync for ExpressionDomainControlFlowAnalysisV0
impl Unpin for ExpressionDomainControlFlowAnalysisV0
impl UnsafeUnpin for ExpressionDomainControlFlowAnalysisV0
impl UnwindSafe for ExpressionDomainControlFlowAnalysisV0
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