pub struct TimelineCommand;Expand description
Main timeline command handler
Implementations§
Source§impl TimelineCommand
impl TimelineCommand
Sourcepub fn get(&self, args: TimelineArgs) -> Result<TimelineResult, TimelineError>
pub fn get(&self, args: TimelineArgs) -> Result<TimelineResult, TimelineError>
Retrieve a timeline based on the given arguments.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimelineCommand
impl RefUnwindSafe for TimelineCommand
impl Send for TimelineCommand
impl Sync for TimelineCommand
impl Unpin for TimelineCommand
impl UnsafeUnpin for TimelineCommand
impl UnwindSafe for TimelineCommand
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