pub enum CargoAxis {
Declared,
Deferred,
Bench,
}Expand description
The cargo axes one carrier composes.
Variants§
Declared
Declaration-grammar material.
Deferred
Proved test-target material.
Bench
Proved benchmark-target material.
Implementations§
Source§impl CargoAxis
impl CargoAxis
Sourcepub const fn reads_from(self) -> Destination
pub const fn reads_from(self) -> Destination
The proved delivery this axis reads.
Trait Implementations§
impl Copy for CargoAxis
impl Eq for CargoAxis
impl StructuralPartialEq for CargoAxis
Auto Trait Implementations§
impl Freeze for CargoAxis
impl RefUnwindSafe for CargoAxis
impl Send for CargoAxis
impl Sync for CargoAxis
impl Unpin for CargoAxis
impl UnsafeUnpin for CargoAxis
impl UnwindSafe for CargoAxis
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