pub struct EditPlanResult {
pub plan_id: String,
pub edits: Vec<FileEdit>,
}Fields§
§plan_id: String§edits: Vec<FileEdit>Trait Implementations§
Source§impl Clone for EditPlanResult
impl Clone for EditPlanResult
Source§fn clone(&self) -> EditPlanResult
fn clone(&self) -> EditPlanResult
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 EditPlanResult
impl Debug for EditPlanResult
Auto Trait Implementations§
impl Freeze for EditPlanResult
impl RefUnwindSafe for EditPlanResult
impl Send for EditPlanResult
impl Sync for EditPlanResult
impl Unpin for EditPlanResult
impl UnsafeUnpin for EditPlanResult
impl UnwindSafe for EditPlanResult
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