pub struct WorkflowTaskTombstoneCursor(/* private fields */);Expand description
Stable cursor for paginating immutable terminal Task tombstones.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowTaskTombstoneCursor
impl Clone for WorkflowTaskTombstoneCursor
Source§fn clone(&self) -> WorkflowTaskTombstoneCursor
fn clone(&self) -> WorkflowTaskTombstoneCursor
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 WorkflowTaskTombstoneCursor
Source§impl Debug for WorkflowTaskTombstoneCursor
impl Debug for WorkflowTaskTombstoneCursor
Source§impl Default for WorkflowTaskTombstoneCursor
impl Default for WorkflowTaskTombstoneCursor
Source§fn default() -> WorkflowTaskTombstoneCursor
fn default() -> WorkflowTaskTombstoneCursor
Returns the “default value” for a type. Read more
impl Eq for WorkflowTaskTombstoneCursor
Source§impl Ord for WorkflowTaskTombstoneCursor
impl Ord for WorkflowTaskTombstoneCursor
Source§fn cmp(&self, other: &WorkflowTaskTombstoneCursor) -> Ordering
fn cmp(&self, other: &WorkflowTaskTombstoneCursor) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WorkflowTaskTombstoneCursor
impl PartialOrd for WorkflowTaskTombstoneCursor
impl StructuralPartialEq for WorkflowTaskTombstoneCursor
Auto Trait Implementations§
impl Freeze for WorkflowTaskTombstoneCursor
impl RefUnwindSafe for WorkflowTaskTombstoneCursor
impl Send for WorkflowTaskTombstoneCursor
impl Sync for WorkflowTaskTombstoneCursor
impl Unpin for WorkflowTaskTombstoneCursor
impl UnsafeUnpin for WorkflowTaskTombstoneCursor
impl UnwindSafe for WorkflowTaskTombstoneCursor
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.