pub struct JourneyControls { /* private fields */ }
Expand description
Nodes must be visited in execution order. This is helpful for many uses.
Implementations§
Auto Trait Implementations§
impl Freeze for JourneyControls
impl RefUnwindSafe for JourneyControls
impl Send for JourneyControls
impl Sync for JourneyControls
impl Unpin for JourneyControls
impl UnwindSafe for JourneyControls
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