pub struct CursorBuilder {
document_id: String,
}Expand description
Builder for creating cursors from selections.
Fields§
§document_id: StringImplementations§
Auto Trait Implementations§
impl Freeze for CursorBuilder
impl RefUnwindSafe for CursorBuilder
impl Send for CursorBuilder
impl Sync for CursorBuilder
impl Unpin for CursorBuilder
impl UnwindSafe for CursorBuilder
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