pub enum HostDeliveryItemKind {
Intervention,
Attention,
}Expand description
Which kind of thing is being delivered to a host destination.
Variants§
Intervention
A supervisor’s question or instruction for a working agent.
Attention
A projected reason for an integrator to look at a ceremony.
Implementations§
Trait Implementations§
Source§impl Clone for HostDeliveryItemKind
impl Clone for HostDeliveryItemKind
impl Copy for HostDeliveryItemKind
Source§impl Debug for HostDeliveryItemKind
impl Debug for HostDeliveryItemKind
Source§impl<'de> Deserialize<'de> for HostDeliveryItemKind
impl<'de> Deserialize<'de> for HostDeliveryItemKind
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
Source§impl Display for HostDeliveryItemKind
impl Display for HostDeliveryItemKind
impl Eq for HostDeliveryItemKind
Source§impl Hash for HostDeliveryItemKind
impl Hash for HostDeliveryItemKind
Source§impl Ord for HostDeliveryItemKind
impl Ord for HostDeliveryItemKind
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for HostDeliveryItemKind
impl PartialEq for HostDeliveryItemKind
Source§impl PartialOrd for HostDeliveryItemKind
impl PartialOrd for HostDeliveryItemKind
Source§impl Serialize for HostDeliveryItemKind
impl Serialize for HostDeliveryItemKind
impl StructuralPartialEq for HostDeliveryItemKind
Auto Trait Implementations§
impl Freeze for HostDeliveryItemKind
impl RefUnwindSafe for HostDeliveryItemKind
impl Send for HostDeliveryItemKind
impl Sync for HostDeliveryItemKind
impl Unpin for HostDeliveryItemKind
impl UnsafeUnpin for HostDeliveryItemKind
impl UnwindSafe for HostDeliveryItemKind
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