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