pub enum OrchestrationLane<'a> {
Column(&'a str),
Supercode,
}Expand description
Which side of an orchestration row an evidence item backs.
Variants§
Column(&'a str)
One harness column: what the pinned harness CLI advertises.
Supercode
supercode’s audited status: what this workspace does.
Trait Implementations§
Source§impl<'a> Clone for OrchestrationLane<'a>
impl<'a> Clone for OrchestrationLane<'a>
Source§fn clone(&self) -> OrchestrationLane<'a>
fn clone(&self) -> OrchestrationLane<'a>
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 moreimpl<'a> Copy for OrchestrationLane<'a>
Source§impl<'a> Debug for OrchestrationLane<'a>
impl<'a> Debug for OrchestrationLane<'a>
impl<'a> Eq for OrchestrationLane<'a>
Source§impl<'a> PartialEq for OrchestrationLane<'a>
impl<'a> PartialEq for OrchestrationLane<'a>
impl<'a> StructuralPartialEq for OrchestrationLane<'a>
Auto Trait Implementations§
impl<'a> Freeze for OrchestrationLane<'a>
impl<'a> RefUnwindSafe for OrchestrationLane<'a>
impl<'a> Send for OrchestrationLane<'a>
impl<'a> Sync for OrchestrationLane<'a>
impl<'a> Unpin for OrchestrationLane<'a>
impl<'a> UnsafeUnpin for OrchestrationLane<'a>
impl<'a> UnwindSafe for OrchestrationLane<'a>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.