pub enum TurnInputCheckpointBoundary {
AfterWork,
BeforeCompletion,
}Variants§
Implementations§
Source§impl TurnInputCheckpointBoundary
impl TurnInputCheckpointBoundary
pub fn admits(self, checkpoint: CheckpointKind) -> bool
Trait Implementations§
Source§impl Clone for TurnInputCheckpointBoundary
impl Clone for TurnInputCheckpointBoundary
Source§fn clone(&self) -> TurnInputCheckpointBoundary
fn clone(&self) -> TurnInputCheckpointBoundary
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 TurnInputCheckpointBoundary
Source§impl Debug for TurnInputCheckpointBoundary
impl Debug for TurnInputCheckpointBoundary
Source§impl Default for TurnInputCheckpointBoundary
impl Default for TurnInputCheckpointBoundary
Source§fn default() -> TurnInputCheckpointBoundary
fn default() -> TurnInputCheckpointBoundary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TurnInputCheckpointBoundary
impl<'de> Deserialize<'de> for TurnInputCheckpointBoundary
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 TurnInputCheckpointBoundary
Source§impl Hash for TurnInputCheckpointBoundary
impl Hash for TurnInputCheckpointBoundary
Source§impl PartialEq for TurnInputCheckpointBoundary
impl PartialEq for TurnInputCheckpointBoundary
Source§fn eq(&self, other: &TurnInputCheckpointBoundary) -> bool
fn eq(&self, other: &TurnInputCheckpointBoundary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TurnInputCheckpointBoundary
Auto Trait Implementations§
impl Freeze for TurnInputCheckpointBoundary
impl RefUnwindSafe for TurnInputCheckpointBoundary
impl Send for TurnInputCheckpointBoundary
impl Sync for TurnInputCheckpointBoundary
impl Unpin for TurnInputCheckpointBoundary
impl UnsafeUnpin for TurnInputCheckpointBoundary
impl UnwindSafe for TurnInputCheckpointBoundary
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