pub struct PromptData { /* private fields */ }Trait Implementations§
Source§impl Clone for PromptData
impl Clone for PromptData
Source§fn clone(&self) -> PromptData
fn clone(&self) -> PromptData
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 PromptData
impl Debug for PromptData
Source§impl<'de> Deserialize<'de> for PromptData
impl<'de> Deserialize<'de> for PromptData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PromptData
impl RefUnwindSafe for PromptData
impl Send for PromptData
impl Sync for PromptData
impl Unpin for PromptData
impl UnwindSafe for PromptData
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