pub struct TimelineArgs {
pub kind: TimelineKind,
pub limit: usize,
pub cursor: Option<String>,
}Expand description
Arguments for timeline retrieval
Fields§
§kind: TimelineKind§limit: usize§cursor: Option<String>Trait Implementations§
Source§impl Clone for TimelineArgs
impl Clone for TimelineArgs
Source§fn clone(&self) -> TimelineArgs
fn clone(&self) -> TimelineArgs
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 TimelineArgs
impl RefUnwindSafe for TimelineArgs
impl Send for TimelineArgs
impl Sync for TimelineArgs
impl Unpin for TimelineArgs
impl UnsafeUnpin for TimelineArgs
impl UnwindSafe for TimelineArgs
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