pub struct McpHeadersRefreshCompletedData {
pub outcome: McpHeadersRefreshCompletedOutcome,
pub request_id: RequestId,
}Expand description
Session event “mcp.headers_refresh_completed”. MCP headers refresh request completion notification
Fields§
§outcome: McpHeadersRefreshCompletedOutcomeHow the pending MCP headers refresh request resolved.
request_id: RequestIdRequest ID of the resolved headers refresh request
Trait Implementations§
Source§impl<'de> Deserialize<'de> for McpHeadersRefreshCompletedData
impl<'de> Deserialize<'de> for McpHeadersRefreshCompletedData
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
Auto Trait Implementations§
impl Freeze for McpHeadersRefreshCompletedData
impl RefUnwindSafe for McpHeadersRefreshCompletedData
impl Send for McpHeadersRefreshCompletedData
impl Sync for McpHeadersRefreshCompletedData
impl Unpin for McpHeadersRefreshCompletedData
impl UnsafeUnpin for McpHeadersRefreshCompletedData
impl UnwindSafe for McpHeadersRefreshCompletedData
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