pub struct BehaviorContext {
pub graph: GraphSnapshot,
pub replaying: bool,
}Fields§
§graph: GraphSnapshot§replaying: boolTrait Implementations§
Source§impl Clone for BehaviorContext
impl Clone for BehaviorContext
Source§fn clone(&self) -> BehaviorContext
fn clone(&self) -> BehaviorContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BehaviorContext
impl RefUnwindSafe for BehaviorContext
impl Send for BehaviorContext
impl Sync for BehaviorContext
impl Unpin for BehaviorContext
impl UnsafeUnpin for BehaviorContext
impl UnwindSafe for BehaviorContext
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