pub enum ExportStatus {
Current,
Stale {
stamped: String,
current: String,
},
}Expand description
The drift verdict for a stamped export against the current pin.
Variants§
Current
The stamp’s manifest digest matches the current pin — export is fresh.
Stale
The pin has moved: the export was produced from a different layer.
Trait Implementations§
Source§impl Debug for ExportStatus
impl Debug for ExportStatus
impl Eq for ExportStatus
Source§impl PartialEq for ExportStatus
impl PartialEq for ExportStatus
impl StructuralPartialEq for ExportStatus
Auto Trait Implementations§
impl Freeze for ExportStatus
impl RefUnwindSafe for ExportStatus
impl Send for ExportStatus
impl Sync for ExportStatus
impl Unpin for ExportStatus
impl UnsafeUnpin for ExportStatus
impl UnwindSafe for ExportStatus
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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