pub struct AgentWrapperMcpListRequest {
pub context: AgentWrapperMcpCommandContext,
}Fields§
§context: AgentWrapperMcpCommandContextTrait Implementations§
Source§impl Clone for AgentWrapperMcpListRequest
impl Clone for AgentWrapperMcpListRequest
Source§fn clone(&self) -> AgentWrapperMcpListRequest
fn clone(&self) -> AgentWrapperMcpListRequest
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 AgentWrapperMcpListRequest
impl Debug for AgentWrapperMcpListRequest
Source§impl Default for AgentWrapperMcpListRequest
impl Default for AgentWrapperMcpListRequest
Source§fn default() -> AgentWrapperMcpListRequest
fn default() -> AgentWrapperMcpListRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentWrapperMcpListRequest
impl RefUnwindSafe for AgentWrapperMcpListRequest
impl Send for AgentWrapperMcpListRequest
impl Sync for AgentWrapperMcpListRequest
impl Unpin for AgentWrapperMcpListRequest
impl UnsafeUnpin for AgentWrapperMcpListRequest
impl UnwindSafe for AgentWrapperMcpListRequest
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