pub enum Operation {
Ensure,
Checkpoint,
Archive,
}Expand description
One lifecycle step an orchestrator asks for.
Variants§
Ensure
Bind a workspace and change at an exact base, idempotently.
Checkpoint
Publish an immutable revision of the bound change.
Archive
Owner-authorized recoverable archive of the bound workspace.
Trait Implementations§
impl Copy for Operation
impl Eq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnsafeUnpin for Operation
impl UnwindSafe for Operation
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