pub enum NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions {
NotebookDocumentSyncRegistrationOptions(NotebookDocumentSyncRegistrationOptions),
NotebookDocumentSyncOptions(NotebookDocumentSyncOptions),
}Variants§
NotebookDocumentSyncRegistrationOptions(NotebookDocumentSyncRegistrationOptions)
NotebookDocumentSyncOptions(NotebookDocumentSyncOptions)
Trait Implementations§
Source§impl Clone for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl Clone for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
Source§fn clone(
&self,
) -> NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
fn clone( &self, ) -> NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
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 moreSource§impl<'de> Deserialize<'de> for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl<'de> Deserialize<'de> for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl PartialEq for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
Source§fn eq(
&self,
other: &NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions,
) -> bool
fn eq( &self, other: &NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
Auto Trait Implementations§
impl Freeze for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl RefUnwindSafe for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl Send for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl Sync for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl Unpin for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl UnsafeUnpin for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
impl UnwindSafe for NotebookDocumentSyncOptionsOrNotebookDocumentSyncRegistrationOptions
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