pub struct AiModelId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for AiModelId
impl Ord for AiModelId
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 PartialOrd for AiModelId
impl PartialOrd for AiModelId
impl Eq for AiModelId
impl StructuralPartialEq for AiModelId
Auto Trait Implementations§
impl Freeze for AiModelId
impl RefUnwindSafe for AiModelId
impl Send for AiModelId
impl Sync for AiModelId
impl Unpin for AiModelId
impl UnsafeUnpin for AiModelId
impl UnwindSafe for AiModelId
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