pub enum Rejected {
Overrides,
NamesATool,
CarriesAUrl,
LooksLikeASecret,
BreaksOut,
}Expand description
Why a proposal was not accepted.
Variants§
Overrides
It tries to override instructions rather than record an observation.
NamesATool
It names one of Layover’s own tools.
A learning that tells future runs to call something is an instruction wearing an observation’s clothes, and the tools are how work and money move.
CarriesAUrl
It carries a URL.
The place an exfiltration or a “fetch and follow this” lives. A genuine learning about a service can name it without linking it.
LooksLikeASecret
It looks like a credential.
BreaksOut
It tries to end the section it sits in.
Trait Implementations§
impl Copy for Rejected
impl Eq for Rejected
impl StructuralPartialEq for Rejected
Auto Trait Implementations§
impl Freeze for Rejected
impl RefUnwindSafe for Rejected
impl Send for Rejected
impl Sync for Rejected
impl Unpin for Rejected
impl UnsafeUnpin for Rejected
impl UnwindSafe for Rejected
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