pub enum CodeActionPlanKindJson {
Quickfix,
RefactorExtract,
RefactorInline,
}Variants§
Trait Implementations§
Source§impl Clone for CodeActionPlanKindJson
impl Clone for CodeActionPlanKindJson
Source§fn clone(&self) -> CodeActionPlanKindJson
fn clone(&self) -> CodeActionPlanKindJson
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 Debug for CodeActionPlanKindJson
impl Debug for CodeActionPlanKindJson
Source§impl<'de> Deserialize<'de> for CodeActionPlanKindJson
impl<'de> Deserialize<'de> for CodeActionPlanKindJson
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 CodeActionPlanKindJson
impl PartialEq for CodeActionPlanKindJson
Source§impl Serialize for CodeActionPlanKindJson
impl Serialize for CodeActionPlanKindJson
impl StructuralPartialEq for CodeActionPlanKindJson
Auto Trait Implementations§
impl Freeze for CodeActionPlanKindJson
impl RefUnwindSafe for CodeActionPlanKindJson
impl Send for CodeActionPlanKindJson
impl Sync for CodeActionPlanKindJson
impl Unpin for CodeActionPlanKindJson
impl UnsafeUnpin for CodeActionPlanKindJson
impl UnwindSafe for CodeActionPlanKindJson
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