pub struct PromptListChangedParams {
pub meta: Option<HashMap<String, Value>>,
}
Expand description
Parameters for prompt list changed notification
Fields§
§meta: Option<HashMap<String, Value>>
Response metadata
Trait Implementations§
Source§impl Clone for PromptListChangedParams
impl Clone for PromptListChangedParams
Source§fn clone(&self) -> PromptListChangedParams
fn clone(&self) -> PromptListChangedParams
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 PromptListChangedParams
impl Debug for PromptListChangedParams
Source§impl<'de> Deserialize<'de> for PromptListChangedParams
impl<'de> Deserialize<'de> for PromptListChangedParams
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 PartialEq for PromptListChangedParams
impl PartialEq for PromptListChangedParams
Source§impl Serialize for PromptListChangedParams
impl Serialize for PromptListChangedParams
impl StructuralPartialEq for PromptListChangedParams
Auto Trait Implementations§
impl Freeze for PromptListChangedParams
impl RefUnwindSafe for PromptListChangedParams
impl Send for PromptListChangedParams
impl Sync for PromptListChangedParams
impl Unpin for PromptListChangedParams
impl UnwindSafe for PromptListChangedParams
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