pub struct CursorDigest(/* private fields */);Expand description
Caller-produced fixed-size cursor digest.
Implementations§
Trait Implementations§
Source§impl Clone for CursorDigest
impl Clone for CursorDigest
Source§fn clone(&self) -> CursorDigest
fn clone(&self) -> CursorDigest
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 CursorDigest
Source§impl Debug for CursorDigest
impl Debug for CursorDigest
impl Eq for CursorDigest
Source§impl PartialEq for CursorDigest
impl PartialEq for CursorDigest
impl StructuralPartialEq for CursorDigest
Auto Trait Implementations§
impl Freeze for CursorDigest
impl RefUnwindSafe for CursorDigest
impl Send for CursorDigest
impl Sync for CursorDigest
impl Unpin for CursorDigest
impl UnsafeUnpin for CursorDigest
impl UnwindSafe for CursorDigest
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