pub enum ActivationProcessType {
Redispatch,
Other,
}Expand description
ProcessType codes for ActivationDocument.
Variants§
Trait Implementations§
Source§impl Clone for ActivationProcessType
impl Clone for ActivationProcessType
Source§fn clone(&self) -> ActivationProcessType
fn clone(&self) -> ActivationProcessType
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 ActivationProcessType
Source§impl Debug for ActivationProcessType
impl Debug for ActivationProcessType
Source§impl<'de> Deserialize<'de> for ActivationProcessType
impl<'de> Deserialize<'de> for ActivationProcessType
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 ActivationProcessType
Source§impl Hash for ActivationProcessType
impl Hash for ActivationProcessType
Source§impl PartialEq for ActivationProcessType
impl PartialEq for ActivationProcessType
Source§fn eq(&self, other: &ActivationProcessType) -> bool
fn eq(&self, other: &ActivationProcessType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActivationProcessType
impl Serialize for ActivationProcessType
impl StructuralPartialEq for ActivationProcessType
Auto Trait Implementations§
impl Freeze for ActivationProcessType
impl RefUnwindSafe for ActivationProcessType
impl Send for ActivationProcessType
impl Sync for ActivationProcessType
impl Unpin for ActivationProcessType
impl UnsafeUnpin for ActivationProcessType
impl UnwindSafe for ActivationProcessType
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