pub struct TextRewritePlanJsonV2Json {
pub target: Value,
pub edits: Vec<PlannedTextEditJsonV2Json>,
}Fields§
§target: Value§edits: Vec<PlannedTextEditJsonV2Json>Trait Implementations§
Source§impl Clone for TextRewritePlanJsonV2Json
impl Clone for TextRewritePlanJsonV2Json
Source§fn clone(&self) -> TextRewritePlanJsonV2Json
fn clone(&self) -> TextRewritePlanJsonV2Json
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 TextRewritePlanJsonV2Json
impl Debug for TextRewritePlanJsonV2Json
Source§impl<'de> Deserialize<'de> for TextRewritePlanJsonV2Json
impl<'de> Deserialize<'de> for TextRewritePlanJsonV2Json
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 TextRewritePlanJsonV2Json
Auto Trait Implementations§
impl Freeze for TextRewritePlanJsonV2Json
impl RefUnwindSafe for TextRewritePlanJsonV2Json
impl Send for TextRewritePlanJsonV2Json
impl Sync for TextRewritePlanJsonV2Json
impl Unpin for TextRewritePlanJsonV2Json
impl UnsafeUnpin for TextRewritePlanJsonV2Json
impl UnwindSafe for TextRewritePlanJsonV2Json
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