pub struct PendingMcpBinding {
pub token: CapabilityToken,
pub descriptor: McpServerDescriptor,
pub transaction_id: TransactionId,
}Expand description
Handle returned when a pending binding is created.
Fields§
§token: CapabilityTokenCapability token (for activation/revoke; never log).
descriptor: McpServerDescriptorRedacted descriptor for SessionAdapter install.
transaction_id: TransactionIdTransaction id.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PendingMcpBinding
impl RefUnwindSafe for PendingMcpBinding
impl Send for PendingMcpBinding
impl Sync for PendingMcpBinding
impl Unpin for PendingMcpBinding
impl UnsafeUnpin for PendingMcpBinding
impl UnwindSafe for PendingMcpBinding
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