pub struct McpUiPollNotificationsParams {
pub app_name: String,
pub user_id: String,
pub session_id: String,
pub drain: bool,
}Available on crate feature
server only.Fields§
§app_name: String§user_id: String§session_id: String§drain: boolTrait Implementations§
Source§impl Clone for McpUiPollNotificationsParams
impl Clone for McpUiPollNotificationsParams
Source§fn clone(&self) -> McpUiPollNotificationsParams
fn clone(&self) -> McpUiPollNotificationsParams
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 Debug for McpUiPollNotificationsParams
impl Debug for McpUiPollNotificationsParams
Source§impl<'de> Deserialize<'de> for McpUiPollNotificationsParams
impl<'de> Deserialize<'de> for McpUiPollNotificationsParams
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<McpUiPollNotificationsParams, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<McpUiPollNotificationsParams, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for McpUiPollNotificationsParams
impl RefUnwindSafe for McpUiPollNotificationsParams
impl Send for McpUiPollNotificationsParams
impl Sync for McpUiPollNotificationsParams
impl Unpin for McpUiPollNotificationsParams
impl UnsafeUnpin for McpUiPollNotificationsParams
impl UnwindSafe for McpUiPollNotificationsParams
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