pub struct RootOutcomeFacts {
pub axes: DiagnosticOutcomeAxes,
pub transaction: ContextFact<RequestTransactionFact>,
}Fields§
§axes: DiagnosticOutcomeAxes§transaction: ContextFact<RequestTransactionFact>Trait Implementations§
Source§impl Clone for RootOutcomeFacts
impl Clone for RootOutcomeFacts
impl Copy for RootOutcomeFacts
Source§impl Default for RootOutcomeFacts
impl Default for RootOutcomeFacts
Auto Trait Implementations§
impl Freeze for RootOutcomeFacts
impl RefUnwindSafe for RootOutcomeFacts
impl Send for RootOutcomeFacts
impl Sync for RootOutcomeFacts
impl Unpin for RootOutcomeFacts
impl UnsafeUnpin for RootOutcomeFacts
impl UnwindSafe for RootOutcomeFacts
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