pub struct ShowMessageNotification;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShowMessageNotification
impl RefUnwindSafe for ShowMessageNotification
impl Send for ShowMessageNotification
impl Sync for ShowMessageNotification
impl Unpin for ShowMessageNotification
impl UnsafeUnpin for ShowMessageNotification
impl UnwindSafe for ShowMessageNotification
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