pub struct JumpListSource<'a> { /* private fields */ }Expand description
A JumpListSource wraps parsed lnk-core Jump Lists — the per-application
MRU of recently opened (and pinned) items. Automatic destinations carry a
DestList with the authoritative per-target access time and origin host;
custom destinations are a flat list of embedded shell links.
Implementations§
Trait Implementations§
Source§impl ActivitySource for JumpListSource<'_>
impl ActivitySource for JumpListSource<'_>
Source§fn activities(&self) -> Vec<UserActivity>
fn activities(&self) -> Vec<UserActivity>
The activities this source contributes to the timeline.
Auto Trait Implementations§
impl<'a> Freeze for JumpListSource<'a>
impl<'a> RefUnwindSafe for JumpListSource<'a>
impl<'a> Send for JumpListSource<'a>
impl<'a> Sync for JumpListSource<'a>
impl<'a> Unpin for JumpListSource<'a>
impl<'a> UnsafeUnpin for JumpListSource<'a>
impl<'a> UnwindSafe for JumpListSource<'a>
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