pub struct ChangeCursor(/* private fields */);Expand description
A change stream cursor.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ChangeCursor
impl AsRef<str> for ChangeCursor
Source§impl Clone for ChangeCursor
impl Clone for ChangeCursor
Source§fn clone(&self) -> ChangeCursor
fn clone(&self) -> ChangeCursor
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 ChangeCursor
impl Debug for ChangeCursor
Source§impl Default for ChangeCursor
impl Default for ChangeCursor
Source§fn default() -> ChangeCursor
fn default() -> ChangeCursor
Returns the “default value” for a type. Read more
Source§impl Display for ChangeCursor
impl Display for ChangeCursor
Source§impl From<&str> for ChangeCursor
impl From<&str> for ChangeCursor
Source§impl From<String> for ChangeCursor
impl From<String> for ChangeCursor
Source§impl Hash for ChangeCursor
impl Hash for ChangeCursor
Source§impl Ord for ChangeCursor
impl Ord for ChangeCursor
Source§fn cmp(&self, other: &ChangeCursor) -> Ordering
fn cmp(&self, other: &ChangeCursor) -> 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 ChangeCursor
impl PartialEq for ChangeCursor
Source§fn eq(&self, other: &ChangeCursor) -> bool
fn eq(&self, other: &ChangeCursor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ChangeCursor
impl PartialOrd for ChangeCursor
impl Eq for ChangeCursor
impl StructuralPartialEq for ChangeCursor
Auto Trait Implementations§
impl Freeze for ChangeCursor
impl RefUnwindSafe for ChangeCursor
impl Send for ChangeCursor
impl Sync for ChangeCursor
impl Unpin for ChangeCursor
impl UnsafeUnpin for ChangeCursor
impl UnwindSafe for ChangeCursor
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