#[repr(i32)]pub enum TextDocumentSyncKind {
None = 0,
Full = 1,
Incremental = 2,
}Variants§
Trait Implementations§
Source§impl Clone for TextDocumentSyncKind
impl Clone for TextDocumentSyncKind
Source§fn clone(&self) -> TextDocumentSyncKind
fn clone(&self) -> TextDocumentSyncKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextDocumentSyncKind
Source§impl Default for TextDocumentSyncKind
impl Default for TextDocumentSyncKind
Source§fn default() -> TextDocumentSyncKind
fn default() -> TextDocumentSyncKind
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextDocumentSyncKind
impl RefUnwindSafe for TextDocumentSyncKind
impl Send for TextDocumentSyncKind
impl Sync for TextDocumentSyncKind
impl Unpin for TextDocumentSyncKind
impl UnsafeUnpin for TextDocumentSyncKind
impl UnwindSafe for TextDocumentSyncKind
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