pub struct TimelineParams {
pub cursor: Option<String>,
pub limit: Option<usize>,
pub include_replies: bool,
}Fields§
§cursor: Option<String>§limit: Option<usize>§include_replies: boolTrait Implementations§
Source§impl Clone for TimelineParams
impl Clone for TimelineParams
Source§fn clone(&self) -> TimelineParams
fn clone(&self) -> TimelineParams
Returns a copy 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 TimelineParams
impl Debug for TimelineParams
Source§impl Default for TimelineParams
impl Default for TimelineParams
Source§fn default() -> TimelineParams
fn default() -> TimelineParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimelineParams
impl RefUnwindSafe for TimelineParams
impl Send for TimelineParams
impl Sync for TimelineParams
impl Unpin for TimelineParams
impl UnwindSafe for TimelineParams
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