pub struct UndoResourceOutcome {
pub action: String,
pub name: String,
pub ok: bool,
}Fields§
§action: StringWhat the restore did, for display: none, recompute(prepare),
command, external (no-op); + restarted when a process came back.
name: String§ok: boolTrait Implementations§
Source§impl Clone for UndoResourceOutcome
impl Clone for UndoResourceOutcome
Source§fn clone(&self) -> UndoResourceOutcome
fn clone(&self) -> UndoResourceOutcome
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 UndoResourceOutcome
impl Debug for UndoResourceOutcome
impl Eq for UndoResourceOutcome
Source§impl PartialEq for UndoResourceOutcome
impl PartialEq for UndoResourceOutcome
impl StructuralPartialEq for UndoResourceOutcome
Auto Trait Implementations§
impl Freeze for UndoResourceOutcome
impl RefUnwindSafe for UndoResourceOutcome
impl Send for UndoResourceOutcome
impl Sync for UndoResourceOutcome
impl Unpin for UndoResourceOutcome
impl UnsafeUnpin for UndoResourceOutcome
impl UnwindSafe for UndoResourceOutcome
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