pub struct ECriterion { /* private fields */ }Expand description
An evaluation criterion applied to agent output.
Implementations§
Trait Implementations§
Source§impl BitOr<ECriterion> for EComposite
impl BitOr<ECriterion> for EComposite
Source§type Output = EComposite
type Output = EComposite
The resulting type after applying the
| operator.Source§impl BitOr for ECriterion
Compose two criteria with |.
impl BitOr for ECriterion
Compose two criteria with |.
Source§type Output = EComposite
type Output = EComposite
The resulting type after applying the
| operator.Source§impl Clone for ECriterion
impl Clone for ECriterion
Source§fn clone(&self) -> ECriterion
fn clone(&self) -> ECriterion
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 moreAuto Trait Implementations§
impl Freeze for ECriterion
impl !RefUnwindSafe for ECriterion
impl Send for ECriterion
impl Sync for ECriterion
impl Unpin for ECriterion
impl !UnwindSafe for ECriterion
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