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