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