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 Clone for McpHeadersRefreshCompletedData
impl Clone for McpHeadersRefreshCompletedData
Source§fn clone(&self) -> McpHeadersRefreshCompletedData
fn clone(&self) -> McpHeadersRefreshCompletedData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for McpHeadersRefreshCompletedData
impl Default for McpHeadersRefreshCompletedData
Source§fn default() -> McpHeadersRefreshCompletedData
fn default() -> McpHeadersRefreshCompletedData
Returns the “default value” for a type. Read more
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