pub struct ExecutionRecoveryCursor(/* private fields */);Expand description
Opaque keyset cursor for scanning execution operation roots.
Implementations§
Trait Implementations§
Source§impl Clone for ExecutionRecoveryCursor
impl Clone for ExecutionRecoveryCursor
Source§fn clone(&self) -> ExecutionRecoveryCursor
fn clone(&self) -> ExecutionRecoveryCursor
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 ExecutionRecoveryCursor
impl Debug for ExecutionRecoveryCursor
Source§impl<'de> Deserialize<'de> for ExecutionRecoveryCursor
impl<'de> Deserialize<'de> for ExecutionRecoveryCursor
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 ExecutionRecoveryCursor
Source§impl From<ExecutionRecoveryCursor> for String
impl From<ExecutionRecoveryCursor> for String
Source§fn from(value: ExecutionRecoveryCursor) -> Self
fn from(value: ExecutionRecoveryCursor) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExecutionRecoveryCursor
impl PartialEq for ExecutionRecoveryCursor
Source§impl Serialize for ExecutionRecoveryCursor
impl Serialize for ExecutionRecoveryCursor
impl StructuralPartialEq for ExecutionRecoveryCursor
Auto Trait Implementations§
impl Freeze for ExecutionRecoveryCursor
impl RefUnwindSafe for ExecutionRecoveryCursor
impl Send for ExecutionRecoveryCursor
impl Sync for ExecutionRecoveryCursor
impl Unpin for ExecutionRecoveryCursor
impl UnsafeUnpin for ExecutionRecoveryCursor
impl UnwindSafe for ExecutionRecoveryCursor
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