pub struct ResourcePromptV1TypePrompt;Trait Implementations§
Source§impl Clone for ResourcePromptV1TypePrompt
impl Clone for ResourcePromptV1TypePrompt
Source§fn clone(&self) -> ResourcePromptV1TypePrompt
fn clone(&self) -> ResourcePromptV1TypePrompt
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 ResourcePromptV1TypePrompt
impl Debug for ResourcePromptV1TypePrompt
Source§impl Default for ResourcePromptV1TypePrompt
impl Default for ResourcePromptV1TypePrompt
Source§fn default() -> ResourcePromptV1TypePrompt
fn default() -> ResourcePromptV1TypePrompt
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourcePromptV1TypePrompt
impl<'de> Deserialize<'de> for ResourcePromptV1TypePrompt
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
Source§impl Hash for ResourcePromptV1TypePrompt
impl Hash for ResourcePromptV1TypePrompt
Source§impl LitStr for ResourcePromptV1TypePrompt
impl LitStr for ResourcePromptV1TypePrompt
const LIT: &'static str = "prompt"
fn lit_serialize<S>(
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn lit_deserialize<'de, D>(
deserializer: D,
) -> Result<(), <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Self: Sized,
fn lit_hash<H>(state: &mut H)where
H: Hasher,
fn lit_fmt(f: &mut Formatter<'_>) -> Result<(), Error>
impl Eq for ResourcePromptV1TypePrompt
impl StructuralPartialEq for ResourcePromptV1TypePrompt
Auto Trait Implementations§
impl Freeze for ResourcePromptV1TypePrompt
impl RefUnwindSafe for ResourcePromptV1TypePrompt
impl Send for ResourcePromptV1TypePrompt
impl Sync for ResourcePromptV1TypePrompt
impl Unpin for ResourcePromptV1TypePrompt
impl UnwindSafe for ResourcePromptV1TypePrompt
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