pub struct ContinueWatchingPreview {
pub items: Vec<Item>,
}
Expand description
The continue watching section in the app
Fields§
§items: Vec<Item>
Implementations§
source§impl ContinueWatchingPreview
impl ContinueWatchingPreview
pub fn new( library: &LibraryBucket, notifications: &NotificationsBucket, ) -> (Self, Effects)
Trait Implementations§
source§impl Clone for ContinueWatchingPreview
impl Clone for ContinueWatchingPreview
source§fn clone(&self) -> ContinueWatchingPreview
fn clone(&self) -> ContinueWatchingPreview
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 ContinueWatchingPreview
impl Debug for ContinueWatchingPreview
source§impl Default for ContinueWatchingPreview
impl Default for ContinueWatchingPreview
source§fn default() -> ContinueWatchingPreview
fn default() -> ContinueWatchingPreview
Returns the “default value” for a type. Read more
source§impl Serialize for ContinueWatchingPreview
impl Serialize for ContinueWatchingPreview
Auto Trait Implementations§
impl Freeze for ContinueWatchingPreview
impl RefUnwindSafe for ContinueWatchingPreview
impl Send for ContinueWatchingPreview
impl Sync for ContinueWatchingPreview
impl Unpin for ContinueWatchingPreview
impl UnwindSafe for ContinueWatchingPreview
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)