pub struct CookStep {
pub event: PDGEventInfo,
pub graph_id: i32,
pub graph_name: i32,
}
Expand description
A convenient wrapper for a single event generated by PDG.
Fields§
§event: PDGEventInfo
§graph_id: i32
§graph_name: i32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CookStep
impl Send for CookStep
impl Sync for CookStep
impl Unpin for CookStep
impl UnwindSafe for CookStep
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