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 Freeze for CookStep
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