pub enum Consent {
DraftOnly,
PreConsentedQueue,
}Expand description
The consent state recorded into the ticket body (D-F: never bypassed).
Variants§
DraftOnly
Draft only: a human runs the normal draft → approve → queue path.
PreConsentedQueue
The trigger comment carried the queue label: the draft may auto-queue on an approved plan (plan approval itself is never skipped).
Implementations§
Trait Implementations§
impl Copy for Consent
impl Eq for Consent
impl StructuralPartialEq for Consent
Auto Trait Implementations§
impl Freeze for Consent
impl RefUnwindSafe for Consent
impl Send for Consent
impl Sync for Consent
impl Unpin for Consent
impl UnsafeUnpin for Consent
impl UnwindSafe for Consent
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