pub enum Tier {
Everyday,
Advanced,
Hidden,
}Variants§
Everyday
Front-door verbs in the core loop: setup, orient, isolate work,
commit, check readiness, inspect, integrate, recover, and
diagnose. See everyday_verbs for the authoritative list.
Advanced
Reachable via heddle help advanced or heddle help <topic>.
Most agent-loop and operational verbs land here.
Hidden
Hidden verbs that should not be advertised at all.
Trait Implementations§
impl Copy for Tier
impl Eq for Tier
impl StructuralPartialEq for Tier
Auto Trait Implementations§
impl Freeze for Tier
impl RefUnwindSafe for Tier
impl Send for Tier
impl Sync for Tier
impl Unpin for Tier
impl UnsafeUnpin for Tier
impl UnwindSafe for Tier
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