pub struct TextDocumentCache { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for TextDocumentCache
impl Debug for TextDocumentCache
Auto Trait Implementations§
impl Freeze for TextDocumentCache
impl RefUnwindSafe for TextDocumentCache
impl Send for TextDocumentCache
impl Sync for TextDocumentCache
impl Unpin for TextDocumentCache
impl UnwindSafe for TextDocumentCache
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