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