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