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