pub struct ClientCodeActionLiteralOptions {
pub code_action_kind: ClientCodeActionKindOptions,
}Expand description
@since 3.18.0
Fields§
§code_action_kind: ClientCodeActionKindOptionsThe code action kind is support with the following value set.
Implementations§
Source§impl ClientCodeActionLiteralOptions
impl ClientCodeActionLiteralOptions
pub const fn new(code_action_kind: ClientCodeActionKindOptions) -> Self
Trait Implementations§
Source§impl Clone for ClientCodeActionLiteralOptions
impl Clone for ClientCodeActionLiteralOptions
Source§fn clone(&self) -> ClientCodeActionLiteralOptions
fn clone(&self) -> ClientCodeActionLiteralOptions
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 ClientCodeActionLiteralOptions
impl Default for ClientCodeActionLiteralOptions
Source§fn default() -> ClientCodeActionLiteralOptions
fn default() -> ClientCodeActionLiteralOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientCodeActionLiteralOptions
impl<'de> Deserialize<'de> for ClientCodeActionLiteralOptions
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 ClientCodeActionLiteralOptions
impl PartialEq for ClientCodeActionLiteralOptions
Source§fn eq(&self, other: &ClientCodeActionLiteralOptions) -> bool
fn eq(&self, other: &ClientCodeActionLiteralOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ClientCodeActionLiteralOptions
impl StructuralPartialEq for ClientCodeActionLiteralOptions
Auto Trait Implementations§
impl Freeze for ClientCodeActionLiteralOptions
impl RefUnwindSafe for ClientCodeActionLiteralOptions
impl Send for ClientCodeActionLiteralOptions
impl Sync for ClientCodeActionLiteralOptions
impl Unpin for ClientCodeActionLiteralOptions
impl UnsafeUnpin for ClientCodeActionLiteralOptions
impl UnwindSafe for ClientCodeActionLiteralOptions
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