pub struct DocumentOnTypeFormattingClientCapabilities;Trait Implementations§
Source§impl Clone for DocumentOnTypeFormattingClientCapabilities
impl Clone for DocumentOnTypeFormattingClientCapabilities
Source§fn clone(&self) -> DocumentOnTypeFormattingClientCapabilities
fn clone(&self) -> DocumentOnTypeFormattingClientCapabilities
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 Default for DocumentOnTypeFormattingClientCapabilities
impl Default for DocumentOnTypeFormattingClientCapabilities
Source§fn default() -> DocumentOnTypeFormattingClientCapabilities
fn default() -> DocumentOnTypeFormattingClientCapabilities
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DocumentOnTypeFormattingClientCapabilities
impl<'de> Deserialize<'de> for DocumentOnTypeFormattingClientCapabilities
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
Auto Trait Implementations§
impl Freeze for DocumentOnTypeFormattingClientCapabilities
impl RefUnwindSafe for DocumentOnTypeFormattingClientCapabilities
impl Send for DocumentOnTypeFormattingClientCapabilities
impl Sync for DocumentOnTypeFormattingClientCapabilities
impl Unpin for DocumentOnTypeFormattingClientCapabilities
impl UnwindSafe for DocumentOnTypeFormattingClientCapabilities
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