pub enum DisclosureAudience {
None,
LocalProcess,
LocalPersistent,
TrustedRemote,
SharedRemote,
Public,
}Expand description
Who ends up able to see disclosed output (v1.4 §2.4). local-process is
stdout → the agent/model provider — the HP-15 audience that gates secret reads.
Variants§
Trait Implementations§
Source§impl Clone for DisclosureAudience
impl Clone for DisclosureAudience
Source§fn clone(&self) -> DisclosureAudience
fn clone(&self) -> DisclosureAudience
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 Copy for DisclosureAudience
Source§impl Debug for DisclosureAudience
impl Debug for DisclosureAudience
Source§impl Default for DisclosureAudience
impl Default for DisclosureAudience
Source§fn default() -> DisclosureAudience
fn default() -> DisclosureAudience
Returns the “default value” for a type. Read more
impl Eq for DisclosureAudience
Source§impl FacetTerm for DisclosureAudience
impl FacetTerm for DisclosureAudience
Source§impl Hash for DisclosureAudience
impl Hash for DisclosureAudience
Source§impl Ord for DisclosureAudience
impl Ord for DisclosureAudience
Source§fn cmp(&self, other: &DisclosureAudience) -> Ordering
fn cmp(&self, other: &DisclosureAudience) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DisclosureAudience
impl PartialEq for DisclosureAudience
Source§impl PartialOrd for DisclosureAudience
impl PartialOrd for DisclosureAudience
impl StructuralPartialEq for DisclosureAudience
Auto Trait Implementations§
impl Freeze for DisclosureAudience
impl RefUnwindSafe for DisclosureAudience
impl Send for DisclosureAudience
impl Sync for DisclosureAudience
impl Unpin for DisclosureAudience
impl UnsafeUnpin for DisclosureAudience
impl UnwindSafe for DisclosureAudience
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<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.