pub struct ClientInlayHintResolveOptions {
pub properties: Vec<String>,
}Expand description
@since 3.18.0
Fields§
§properties: Vec<String>The properties that a client can resolve lazily.
Implementations§
Trait Implementations§
Source§impl Clone for ClientInlayHintResolveOptions
impl Clone for ClientInlayHintResolveOptions
Source§fn clone(&self) -> ClientInlayHintResolveOptions
fn clone(&self) -> ClientInlayHintResolveOptions
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 Default for ClientInlayHintResolveOptions
impl Default for ClientInlayHintResolveOptions
Source§fn default() -> ClientInlayHintResolveOptions
fn default() -> ClientInlayHintResolveOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientInlayHintResolveOptions
impl<'de> Deserialize<'de> for ClientInlayHintResolveOptions
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 Hash for ClientInlayHintResolveOptions
impl Hash for ClientInlayHintResolveOptions
Source§impl PartialEq for ClientInlayHintResolveOptions
impl PartialEq for ClientInlayHintResolveOptions
Source§fn eq(&self, other: &ClientInlayHintResolveOptions) -> bool
fn eq(&self, other: &ClientInlayHintResolveOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ClientInlayHintResolveOptions
impl StructuralPartialEq for ClientInlayHintResolveOptions
Auto Trait Implementations§
impl Freeze for ClientInlayHintResolveOptions
impl RefUnwindSafe for ClientInlayHintResolveOptions
impl Send for ClientInlayHintResolveOptions
impl Sync for ClientInlayHintResolveOptions
impl Unpin for ClientInlayHintResolveOptions
impl UnsafeUnpin for ClientInlayHintResolveOptions
impl UnwindSafe for ClientInlayHintResolveOptions
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