pub struct ContinuationToken(/* private fields */);Expand description
An opaque handle that can resume a budget-stopped root query.
Implementations§
Trait Implementations§
Source§impl Clone for ContinuationToken
impl Clone for ContinuationToken
Source§fn clone(&self) -> ContinuationToken
fn clone(&self) -> ContinuationToken
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 ContinuationToken
Source§impl Debug for ContinuationToken
impl Debug for ContinuationToken
impl Eq for ContinuationToken
Source§impl Hash for ContinuationToken
impl Hash for ContinuationToken
Source§impl Ord for ContinuationToken
impl Ord for ContinuationToken
Source§fn cmp(&self, other: &ContinuationToken) -> Ordering
fn cmp(&self, other: &ContinuationToken) -> 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 PartialEq for ContinuationToken
impl PartialEq for ContinuationToken
Source§impl PartialOrd for ContinuationToken
impl PartialOrd for ContinuationToken
impl StructuralPartialEq for ContinuationToken
Auto Trait Implementations§
impl Freeze for ContinuationToken
impl RefUnwindSafe for ContinuationToken
impl Send for ContinuationToken
impl Sync for ContinuationToken
impl Unpin for ContinuationToken
impl UnsafeUnpin for ContinuationToken
impl UnwindSafe for ContinuationToken
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FingerprintValue for Twhere
T: Hash,
impl<T> FingerprintValue for Twhere
T: Hash,
Source§fn incremental_fingerprint(&self) -> ValueFingerprint
fn incremental_fingerprint(&self) -> ValueFingerprint
Returns a compact value identity for incremental cutoff.