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