pub struct PromptUiId(/* private fields */);Expand description
Stable id for a backend-managed prompt UI surface.
Implementations§
Trait Implementations§
Source§impl Clone for PromptUiId
impl Clone for PromptUiId
Source§fn clone(&self) -> PromptUiId
fn clone(&self) -> PromptUiId
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 PromptUiId
impl Debug for PromptUiId
Source§impl Hash for PromptUiId
impl Hash for PromptUiId
Source§impl PartialEq for PromptUiId
impl PartialEq for PromptUiId
impl Copy for PromptUiId
impl Eq for PromptUiId
impl StructuralPartialEq for PromptUiId
Auto Trait Implementations§
impl Freeze for PromptUiId
impl RefUnwindSafe for PromptUiId
impl Send for PromptUiId
impl Sync for PromptUiId
impl Unpin for PromptUiId
impl UnsafeUnpin for PromptUiId
impl UnwindSafe for PromptUiId
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