pub struct LoopPredicate { /* private fields */ }Expand description
Predicate for conditional loop termination.
Implementations§
Trait Implementations§
Source§impl Clone for LoopPredicate
impl Clone for LoopPredicate
Source§fn clone(&self) -> LoopPredicate
fn clone(&self) -> LoopPredicate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoopPredicate
impl Debug for LoopPredicate
Source§impl Mul<LoopPredicate> for AgentBuilder
AgentBuilder * until(pred) → conditional Loop
impl Mul<LoopPredicate> for AgentBuilder
AgentBuilder * until(pred) → conditional Loop
Source§type Output = Composable
type Output = Composable
The resulting type after applying the
* operator.Source§impl Mul<LoopPredicate> for Composable
Composable * until(pred) → conditional Loop
impl Mul<LoopPredicate> for Composable
Composable * until(pred) → conditional Loop
Source§type Output = Composable
type Output = Composable
The resulting type after applying the
* operator.Auto Trait Implementations§
impl Freeze for LoopPredicate
impl !RefUnwindSafe for LoopPredicate
impl Send for LoopPredicate
impl Sync for LoopPredicate
impl Unpin for LoopPredicate
impl !UnwindSafe for LoopPredicate
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