pub struct AgentWrapperMcpAddRequest {
pub name: String,
pub transport: AgentWrapperMcpAddTransport,
pub context: AgentWrapperMcpCommandContext,
}Fields§
§name: String§transport: AgentWrapperMcpAddTransport§context: AgentWrapperMcpCommandContextTrait Implementations§
Source§impl Clone for AgentWrapperMcpAddRequest
impl Clone for AgentWrapperMcpAddRequest
Source§fn clone(&self) -> AgentWrapperMcpAddRequest
fn clone(&self) -> AgentWrapperMcpAddRequest
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 moreAuto Trait Implementations§
impl Freeze for AgentWrapperMcpAddRequest
impl RefUnwindSafe for AgentWrapperMcpAddRequest
impl Send for AgentWrapperMcpAddRequest
impl Sync for AgentWrapperMcpAddRequest
impl Unpin for AgentWrapperMcpAddRequest
impl UnsafeUnpin for AgentWrapperMcpAddRequest
impl UnwindSafe for AgentWrapperMcpAddRequest
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