pub struct GraphContext {
pub remaining_steps: Option<usize>,
pub observer: Option<Arc<dyn Observer>>,
pub node_id: String,
}Fields§
§remaining_steps: Option<usize>§observer: Option<Arc<dyn Observer>>§node_id: StringAuto Trait Implementations§
impl Freeze for GraphContext
impl !RefUnwindSafe for GraphContext
impl Send for GraphContext
impl Sync for GraphContext
impl Unpin for GraphContext
impl UnsafeUnpin for GraphContext
impl !UnwindSafe for GraphContext
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