pub struct FetchCursor {
pub item_id: i64,
pub created_at: String,
}Fields§
§item_id: i64§created_at: StringTrait Implementations§
Source§impl Clone for FetchCursor
impl Clone for FetchCursor
Source§fn clone(&self) -> FetchCursor
fn clone(&self) -> FetchCursor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FetchCursor
impl RefUnwindSafe for FetchCursor
impl Send for FetchCursor
impl Sync for FetchCursor
impl Unpin for FetchCursor
impl UnsafeUnpin for FetchCursor
impl UnwindSafe for FetchCursor
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