pub struct CursorData {
pub entries: Vec<CursorEntry>,
pub version: Option<u8>,
pub fingerprint: Option<u64>,
}Expand description
Client-facing cursor data - contains only the serializable data that goes to the client
Fields§
§entries: Vec<CursorEntry>§version: Option<u8>§fingerprint: Option<u64>Implementations§
Trait Implementations§
impl StructuralPartialEq for Cursor
Auto Trait Implementations§
impl Freeze for Cursor
impl RefUnwindSafe for Cursor
impl Send for Cursor
impl Sync for Cursor
impl Unpin for Cursor
impl UnwindSafe for Cursor
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