pub struct OpenDocumentSnapshot {
pub uri: String,
pub text: String,
pub version: Option<i32>,
pub language_id: Option<String>,
}Fields§
§uri: String§text: String§version: Option<i32>§language_id: Option<String>Auto Trait Implementations§
impl Freeze for OpenDocumentSnapshot
impl RefUnwindSafe for OpenDocumentSnapshot
impl Send for OpenDocumentSnapshot
impl Sync for OpenDocumentSnapshot
impl Unpin for OpenDocumentSnapshot
impl UnsafeUnpin for OpenDocumentSnapshot
impl UnwindSafe for OpenDocumentSnapshot
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