pub struct AiEvalRunId(/* private fields */);Implementations§
Source§impl AiEvalRunId
impl AiEvalRunId
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 (const: unstable) · 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§type Err = AiEvalError
type Err = AiEvalError
The associated error which can be returned from parsing.
Source§fn from_str(value: &str) -> Result<AiEvalRunId, <AiEvalRunId as FromStr>::Err>
fn from_str(value: &str) -> Result<AiEvalRunId, <AiEvalRunId as FromStr>::Err>
Parses a string
s to return a value of this type. Read moreSource§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 (const: unstable) · 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§fn eq(&self, other: &AiEvalRunId) -> bool
fn eq(&self, other: &AiEvalRunId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiEvalRunId
impl PartialOrd for AiEvalRunId
Source§impl TryFrom<&str> for AiEvalRunId
impl TryFrom<&str> for AiEvalRunId
Source§type Error = AiEvalError
type Error = AiEvalError
The type returned in the event of a conversion error.
Source§fn try_from(
value: &str,
) -> Result<AiEvalRunId, <AiEvalRunId as TryFrom<&str>>::Error>
fn try_from( value: &str, ) -> Result<AiEvalRunId, <AiEvalRunId as TryFrom<&str>>::Error>
Performs the conversion.
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