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