pub struct Goal { /* private fields */ }Implementations§
Source§impl Goal
impl Goal
pub fn from_targets_checked<S, I>( ctx: &ContextHandle, targets: I, ) -> Result<Self, AcesError>
pub fn is_reached(&self, state: &State) -> Option<NodeID>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Goal
impl RefUnwindSafe for Goal
impl Send for Goal
impl Sync for Goal
impl Unpin for Goal
impl UnwindSafe for Goal
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