pub enum OciProgressPhase {
Started,
Resolving,
Resolved,
ConfigDownload,
LayerDownload,
Assemble,
Pack,
Complete,
}Variants§
Trait Implementations§
Source§impl Clone for OciProgressPhase
impl Clone for OciProgressPhase
Source§fn clone(&self) -> OciProgressPhase
fn clone(&self) -> OciProgressPhase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OciProgressPhase
impl RefUnwindSafe for OciProgressPhase
impl Send for OciProgressPhase
impl Sync for OciProgressPhase
impl Unpin for OciProgressPhase
impl UnwindSafe for OciProgressPhase
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