pub struct FeedContext {
pub page: Option<u64>,
pub limit: Option<u64>,
pub total: Option<u64>,
}Fields§
§page: Option<u64>§limit: Option<u64>§total: Option<u64>Trait Implementations§
Source§impl Clone for FeedContext
impl Clone for FeedContext
Source§fn clone(&self) -> FeedContext
fn clone(&self) -> FeedContext
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 moreSource§impl Debug for FeedContext
impl Debug for FeedContext
Source§impl<'de> Deserialize<'de> for FeedContext
impl<'de> Deserialize<'de> for FeedContext
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
Auto Trait Implementations§
impl Freeze for FeedContext
impl RefUnwindSafe for FeedContext
impl Send for FeedContext
impl Sync for FeedContext
impl Unpin for FeedContext
impl UnsafeUnpin for FeedContext
impl UnwindSafe for FeedContext
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