pub struct AiEvalRunId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for AiEvalRunId
impl AsRef<str> for AiEvalRunId
Source§impl Clone for AiEvalRunId
impl Clone for AiEvalRunId
Source§fn clone(&self) -> AiEvalRunId
fn clone(&self) -> AiEvalRunId
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 AiEvalRunId
impl Debug for AiEvalRunId
Source§impl Display for AiEvalRunId
impl Display for AiEvalRunId
Source§impl FromStr for AiEvalRunId
impl FromStr for AiEvalRunId
Source§impl Hash for AiEvalRunId
impl Hash for AiEvalRunId
Source§impl Ord for AiEvalRunId
impl Ord for AiEvalRunId
Source§fn cmp(&self, other: &AiEvalRunId) -> Ordering
fn cmp(&self, other: &AiEvalRunId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiEvalRunId
impl PartialEq for AiEvalRunId
Source§impl PartialOrd for AiEvalRunId
impl PartialOrd for AiEvalRunId
Source§impl TryFrom<&str> for AiEvalRunId
impl TryFrom<&str> for AiEvalRunId
impl Eq for AiEvalRunId
impl StructuralPartialEq for AiEvalRunId
Auto Trait Implementations§
impl Freeze for AiEvalRunId
impl RefUnwindSafe for AiEvalRunId
impl Send for AiEvalRunId
impl Sync for AiEvalRunId
impl Unpin for AiEvalRunId
impl UnsafeUnpin for AiEvalRunId
impl UnwindSafe for AiEvalRunId
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