pub enum OutputExposure {
Full,
SummaryOnly,
None,
}Expand description
How much operation output may be exposed to an agent.
Variants§
Trait Implementations§
Source§impl Clone for OutputExposure
impl Clone for OutputExposure
Source§fn clone(&self) -> OutputExposure
fn clone(&self) -> OutputExposure
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 OutputExposure
Source§impl Debug for OutputExposure
impl Debug for OutputExposure
Source§impl Default for OutputExposure
impl Default for OutputExposure
Source§fn default() -> OutputExposure
fn default() -> OutputExposure
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OutputExposure
impl<'de> Deserialize<'de> for OutputExposure
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<OutputExposure, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<OutputExposure, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OutputExposure
Source§impl PartialEq for OutputExposure
impl PartialEq for OutputExposure
Source§impl Serialize for OutputExposure
impl Serialize for OutputExposure
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for OutputExposure
Auto Trait Implementations§
impl Freeze for OutputExposure
impl RefUnwindSafe for OutputExposure
impl Send for OutputExposure
impl Sync for OutputExposure
impl Unpin for OutputExposure
impl UnsafeUnpin for OutputExposure
impl UnwindSafe for OutputExposure
Blanket Implementations§
Source§impl<T> BackgroundExt for T
impl<T> BackgroundExt for T
fn background(self, task: BackgroundTask) -> Background<Self>
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