pub struct McpListResourcesParams {
pub cursor: Option<String>,
}Fields§
§cursor: Option<String>Trait Implementations§
Source§impl Clone for McpListResourcesParams
impl Clone for McpListResourcesParams
Source§fn clone(&self) -> McpListResourcesParams
fn clone(&self) -> McpListResourcesParams
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 McpListResourcesParams
impl Debug for McpListResourcesParams
Source§impl<'de> Deserialize<'de> for McpListResourcesParams
impl<'de> Deserialize<'de> for McpListResourcesParams
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 McpListResourcesParams
impl PartialEq for McpListResourcesParams
Source§impl Serialize for McpListResourcesParams
impl Serialize for McpListResourcesParams
impl StructuralPartialEq for McpListResourcesParams
Auto Trait Implementations§
impl Freeze for McpListResourcesParams
impl RefUnwindSafe for McpListResourcesParams
impl Send for McpListResourcesParams
impl Sync for McpListResourcesParams
impl Unpin for McpListResourcesParams
impl UnsafeUnpin for McpListResourcesParams
impl UnwindSafe for McpListResourcesParams
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