Struct termusiclib::types::YoutubeOptions
source · pub struct YoutubeOptions {
pub items: Vec<YoutubeVideo>,
pub page: u32,
pub invidious_instance: Instance,
}Fields§
§items: Vec<YoutubeVideo>§page: u32§invidious_instance: InstanceImplementations§
Trait Implementations§
source§impl Clone for YoutubeOptions
impl Clone for YoutubeOptions
source§fn clone(&self) -> YoutubeOptions
fn clone(&self) -> YoutubeOptions
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 YoutubeOptions
impl Debug for YoutubeOptions
source§impl Default for YoutubeOptions
impl Default for YoutubeOptions
source§impl PartialEq for YoutubeOptions
impl PartialEq for YoutubeOptions
source§fn eq(&self, other: &YoutubeOptions) -> bool
fn eq(&self, other: &YoutubeOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for YoutubeOptions
impl StructuralPartialEq for YoutubeOptions
Auto Trait Implementations§
impl Freeze for YoutubeOptions
impl !RefUnwindSafe for YoutubeOptions
impl Send for YoutubeOptions
impl Sync for YoutubeOptions
impl Unpin for YoutubeOptions
impl !UnwindSafe for YoutubeOptions
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().