pub struct VideoInclude { /* private fields */ }Implementations§
Source§impl VideoInclude
impl VideoInclude
pub fn all() -> Self
pub fn entries(self) -> Self
pub fn entries_theme(self) -> Self
pub fn entries_theme_anime(self) -> Self
Trait Implementations§
Source§impl Clone for VideoInclude
impl Clone for VideoInclude
Source§fn clone(&self) -> VideoInclude
fn clone(&self) -> VideoInclude
Returns a duplicate 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 VideoInclude
impl Debug for VideoInclude
Source§impl Default for VideoInclude
impl Default for VideoInclude
Source§fn default() -> VideoInclude
fn default() -> VideoInclude
Returns the “default value” for a type. Read more
Source§impl Includes for VideoInclude
impl Includes for VideoInclude
impl Copy for VideoInclude
Auto Trait Implementations§
impl Freeze for VideoInclude
impl RefUnwindSafe for VideoInclude
impl Send for VideoInclude
impl Sync for VideoInclude
impl Unpin for VideoInclude
impl UnwindSafe for VideoInclude
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