pub struct AiEvalRubricName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for AiEvalRubricName
impl AsRef<str> for AiEvalRubricName
Source§impl Clone for AiEvalRubricName
impl Clone for AiEvalRubricName
Source§fn clone(&self) -> AiEvalRubricName
fn clone(&self) -> AiEvalRubricName
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 AiEvalRubricName
impl Debug for AiEvalRubricName
Source§impl Display for AiEvalRubricName
impl Display for AiEvalRubricName
Source§impl FromStr for AiEvalRubricName
impl FromStr for AiEvalRubricName
Source§impl Hash for AiEvalRubricName
impl Hash for AiEvalRubricName
Source§impl Ord for AiEvalRubricName
impl Ord for AiEvalRubricName
Source§fn cmp(&self, other: &AiEvalRubricName) -> Ordering
fn cmp(&self, other: &AiEvalRubricName) -> 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 AiEvalRubricName
impl PartialEq for AiEvalRubricName
Source§impl PartialOrd for AiEvalRubricName
impl PartialOrd for AiEvalRubricName
Source§impl TryFrom<&str> for AiEvalRubricName
impl TryFrom<&str> for AiEvalRubricName
impl Eq for AiEvalRubricName
impl StructuralPartialEq for AiEvalRubricName
Auto Trait Implementations§
impl Freeze for AiEvalRubricName
impl RefUnwindSafe for AiEvalRubricName
impl Send for AiEvalRubricName
impl Sync for AiEvalRubricName
impl Unpin for AiEvalRubricName
impl UnsafeUnpin for AiEvalRubricName
impl UnwindSafe for AiEvalRubricName
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