pub struct timeline;
Trait Implementations§
Source§impl HasArgument<after> for timeline
impl HasArgument<after> for timeline
Source§impl HasArgument<before> for timeline
impl HasArgument<before> for timeline
Source§impl HasArgument<first> for timeline
impl HasArgument<first> for timeline
Source§impl HasArgument<last> for timeline
impl HasArgument<last> for timeline
Source§impl HasArgument<since> for timeline
impl HasArgument<since> for timeline
Auto Trait Implementations§
impl Freeze for timeline
impl RefUnwindSafe for timeline
impl Send for timeline
impl Sync for timeline
impl Unpin for timeline
impl UnwindSafe for timeline
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