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