pub enum NativeBuildArtifactLookup {
Hit(NativeBuildArtifactCacheReceipt),
Miss {
reason: &'static str,
},
}Variants§
Trait Implementations§
Source§impl Clone for NativeBuildArtifactLookup
impl Clone for NativeBuildArtifactLookup
Source§fn clone(&self) -> NativeBuildArtifactLookup
fn clone(&self) -> NativeBuildArtifactLookup
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 NativeBuildArtifactLookup
impl Debug for NativeBuildArtifactLookup
impl Eq for NativeBuildArtifactLookup
impl StructuralPartialEq for NativeBuildArtifactLookup
Auto Trait Implementations§
impl Freeze for NativeBuildArtifactLookup
impl RefUnwindSafe for NativeBuildArtifactLookup
impl Send for NativeBuildArtifactLookup
impl Sync for NativeBuildArtifactLookup
impl Unpin for NativeBuildArtifactLookup
impl UnsafeUnpin for NativeBuildArtifactLookup
impl UnwindSafe for NativeBuildArtifactLookup
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