pub enum NativeCheckpointResult<R: DeviceRuntime> {
Captured(SequenceCheckpoint<R>),
Restored(CheckpointRestorePublication<R>),
Failed(NativeCheckpointFailure),
}Variants§
Captured(SequenceCheckpoint<R>)
Restored(CheckpointRestorePublication<R>)
Failed(NativeCheckpointFailure)
Auto Trait Implementations§
impl<R> !Freeze for NativeCheckpointResult<R>
impl<R> !RefUnwindSafe for NativeCheckpointResult<R>
impl<R> !UnwindSafe for NativeCheckpointResult<R>
impl<R> Send for NativeCheckpointResult<R>
impl<R> Sync for NativeCheckpointResult<R>
impl<R> Unpin for NativeCheckpointResult<R>
impl<R> UnsafeUnpin for NativeCheckpointResult<R>
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