pub enum ProviderCheckpointCapability {
Unsupported,
CompletedBoundary(ProviderCheckpointContract),
}Variants§
Unsupported
CompletedBoundary(ProviderCheckpointContract)
Implementations§
Source§impl ProviderCheckpointCapability
impl ProviderCheckpointCapability
pub const fn is_unsupported(&self) -> bool
Trait Implementations§
Source§impl Clone for ProviderCheckpointCapability
impl Clone for ProviderCheckpointCapability
Source§fn clone(&self) -> ProviderCheckpointCapability
fn clone(&self) -> ProviderCheckpointCapability
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 ProviderCheckpointCapability
impl Debug for ProviderCheckpointCapability
Source§impl Default for ProviderCheckpointCapability
impl Default for ProviderCheckpointCapability
Source§fn default() -> ProviderCheckpointCapability
fn default() -> ProviderCheckpointCapability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderCheckpointCapability
impl<'de> Deserialize<'de> for ProviderCheckpointCapability
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 ProviderCheckpointCapability
impl StructuralPartialEq for ProviderCheckpointCapability
Auto Trait Implementations§
impl Freeze for ProviderCheckpointCapability
impl RefUnwindSafe for ProviderCheckpointCapability
impl Send for ProviderCheckpointCapability
impl Sync for ProviderCheckpointCapability
impl Unpin for ProviderCheckpointCapability
impl UnsafeUnpin for ProviderCheckpointCapability
impl UnwindSafe for ProviderCheckpointCapability
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