pub enum WorkspaceFolderCapabilityChangeNotifications {
Bool(bool),
Id(String),
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WorkspaceFolderCapabilityChangeNotifications
impl<'de> Deserialize<'de> for WorkspaceFolderCapabilityChangeNotifications
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 WorkspaceFolderCapabilityChangeNotifications
impl PartialEq for WorkspaceFolderCapabilityChangeNotifications
Source§fn eq(&self, other: &WorkspaceFolderCapabilityChangeNotifications) -> bool
fn eq(&self, other: &WorkspaceFolderCapabilityChangeNotifications) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for WorkspaceFolderCapabilityChangeNotifications
impl StructuralPartialEq for WorkspaceFolderCapabilityChangeNotifications
Auto Trait Implementations§
impl Freeze for WorkspaceFolderCapabilityChangeNotifications
impl RefUnwindSafe for WorkspaceFolderCapabilityChangeNotifications
impl Send for WorkspaceFolderCapabilityChangeNotifications
impl Sync for WorkspaceFolderCapabilityChangeNotifications
impl Unpin for WorkspaceFolderCapabilityChangeNotifications
impl UnwindSafe for WorkspaceFolderCapabilityChangeNotifications
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