pub enum ServerNotifMethod {
Cancelled,
Progress,
LogMessage,
ResourcesListChanged,
ResourceUpdated,
ToolsListChanged,
PromptsListChanged,
ElicitationComplete,
TaskStatus,
Unknown(String),
}Variants§
Cancelled
Progress
LogMessage
ResourcesListChanged
ResourceUpdated
ToolsListChanged
PromptsListChanged
ElicitationComplete
TaskStatus
Unknown(String)
Implementations§
Trait Implementations§
Source§impl Clone for ServerNotifMethod
impl Clone for ServerNotifMethod
Source§fn clone(&self) -> ServerNotifMethod
fn clone(&self) -> ServerNotifMethod
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 moreSource§impl Debug for ServerNotifMethod
impl Debug for ServerNotifMethod
Source§impl PartialEq for ServerNotifMethod
impl PartialEq for ServerNotifMethod
impl Eq for ServerNotifMethod
impl StructuralPartialEq for ServerNotifMethod
Auto Trait Implementations§
impl Freeze for ServerNotifMethod
impl RefUnwindSafe for ServerNotifMethod
impl Send for ServerNotifMethod
impl Sync for ServerNotifMethod
impl Unpin for ServerNotifMethod
impl UnsafeUnpin for ServerNotifMethod
impl UnwindSafe for ServerNotifMethod
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