pub struct IdCursor {
pub id: i64,
}Expand description
Numeric id cursor for resources sorted by id.
Fields§
§id: i64Cursor id.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdCursor
impl RefUnwindSafe for IdCursor
impl Send for IdCursor
impl Sync for IdCursor
impl Unpin for IdCursor
impl UnsafeUnpin for IdCursor
impl UnwindSafe for IdCursor
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