pub struct MonikerClientCapabilities {
pub dynamic_registration: Option<bool>,
}Fields§
§dynamic_registration: Option<bool>Whether implementation supports dynamic registration. If this is set to true the client
supports the new (TextDocumentRegistrationOptions & StaticRegistrationOptions) return
value for the corresponding server capability as well.
Trait Implementations§
Source§impl Clone for MonikerClientCapabilities
impl Clone for MonikerClientCapabilities
Source§fn clone(&self) -> MonikerClientCapabilities
fn clone(&self) -> MonikerClientCapabilities
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MonikerClientCapabilities
impl Debug for MonikerClientCapabilities
Source§impl Default for MonikerClientCapabilities
impl Default for MonikerClientCapabilities
Source§fn default() -> MonikerClientCapabilities
fn default() -> MonikerClientCapabilities
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MonikerClientCapabilities
impl<'de> Deserialize<'de> for MonikerClientCapabilities
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
impl StructuralPartialEq for MonikerClientCapabilities
Auto Trait Implementations§
impl Freeze for MonikerClientCapabilities
impl RefUnwindSafe for MonikerClientCapabilities
impl Send for MonikerClientCapabilities
impl Sync for MonikerClientCapabilities
impl Unpin for MonikerClientCapabilities
impl UnwindSafe for MonikerClientCapabilities
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