pub enum BoundAxis {
Declarations,
Outputs,
Triggers,
TraceEntries,
OriginEdges,
}Expand description
Which declared magnitude a plan overran.
A bound refusal names its axis, so “too big” is never an unlocated word.
Variants§
Declarations
The captured declarations one account may name.
Outputs
The outputs one plan may declare.
Triggers
The triggers one plan may watch.
TraceEntries
The entries one decision trace may record.
OriginEdges
The edges one origin trail may draw.
Implementations§
Trait Implementations§
impl Copy for BoundAxis
impl Eq for BoundAxis
impl StructuralPartialEq for BoundAxis
Auto Trait Implementations§
impl Freeze for BoundAxis
impl RefUnwindSafe for BoundAxis
impl Send for BoundAxis
impl Sync for BoundAxis
impl Unpin for BoundAxis
impl UnsafeUnpin for BoundAxis
impl UnwindSafe for BoundAxis
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