pub struct KeysetCursor {
pub field: String,
pub value: Value,
pub direction: KeysetDirection,
}Fields§
§field: String§value: Value§direction: KeysetDirectionImplementations§
Trait Implementations§
Source§impl Clone for KeysetCursor
impl Clone for KeysetCursor
Source§fn clone(&self) -> KeysetCursor
fn clone(&self) -> KeysetCursor
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 KeysetCursor
impl Debug for KeysetCursor
Source§impl<'de> Deserialize<'de> for KeysetCursor
impl<'de> Deserialize<'de> for KeysetCursor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for KeysetCursor
impl PartialEq for KeysetCursor
Source§fn eq(&self, other: &KeysetCursor) -> bool
fn eq(&self, other: &KeysetCursor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for KeysetCursor
impl Serialize for KeysetCursor
impl StructuralPartialEq for KeysetCursor
Auto Trait Implementations§
impl Freeze for KeysetCursor
impl RefUnwindSafe for KeysetCursor
impl Send for KeysetCursor
impl Sync for KeysetCursor
impl Unpin for KeysetCursor
impl UnsafeUnpin for KeysetCursor
impl UnwindSafe for KeysetCursor
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