pub struct SupportAxes {
pub declared: AxisCargo<DeclaredCargo>,
pub deferred: AxisCargo<ProvedCargo>,
pub bench: AxisCargo<ProvedCargo>,
}Expand description
The complete three-axis input to assembly.
Fields§
§declared: AxisCargo<DeclaredCargo>Declaration material.
deferred: AxisCargo<ProvedCargo>Test-carrier material.
bench: AxisCargo<ProvedCargo>Benchmark-carrier material.
Trait Implementations§
Source§impl Clone for SupportAxes
impl Clone for SupportAxes
Source§fn clone(&self) -> SupportAxes
fn clone(&self) -> SupportAxes
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 SupportAxes
impl Debug for SupportAxes
impl Eq for SupportAxes
Source§impl Hash for SupportAxes
impl Hash for SupportAxes
Source§impl PartialEq for SupportAxes
impl PartialEq for SupportAxes
impl StructuralPartialEq for SupportAxes
Auto Trait Implementations§
impl Freeze for SupportAxes
impl RefUnwindSafe for SupportAxes
impl Send for SupportAxes
impl Sync for SupportAxes
impl Unpin for SupportAxes
impl UnsafeUnpin for SupportAxes
impl UnwindSafe for SupportAxes
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