pub enum GovernedDisposition {
Completed,
NeedsAgent,
PolicyDenied,
ApprovalRequired,
Observing,
Escalated,
}Variants§
Trait Implementations§
Source§impl Clone for GovernedDisposition
impl Clone for GovernedDisposition
Source§fn clone(&self) -> GovernedDisposition
fn clone(&self) -> GovernedDisposition
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 moreSource§impl Debug for GovernedDisposition
impl Debug for GovernedDisposition
Source§impl<'de> Deserialize<'de> for GovernedDisposition
impl<'de> Deserialize<'de> for GovernedDisposition
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GovernedDisposition
Source§impl PartialEq for GovernedDisposition
impl PartialEq for GovernedDisposition
Source§fn eq(&self, other: &GovernedDisposition) -> bool
fn eq(&self, other: &GovernedDisposition) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GovernedDisposition
impl Serialize for GovernedDisposition
impl StructuralPartialEq for GovernedDisposition
Auto Trait Implementations§
impl Freeze for GovernedDisposition
impl RefUnwindSafe for GovernedDisposition
impl Send for GovernedDisposition
impl Sync for GovernedDisposition
impl Unpin for GovernedDisposition
impl UnsafeUnpin for GovernedDisposition
impl UnwindSafe for GovernedDisposition
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