Struct plex_api::library::MovieLibrary
source · pub struct MovieLibrary { /* private fields */ }Implementations§
source§impl MovieLibrary
impl MovieLibrary
sourcepub async fn collections(&self) -> Result<Vec<Collection<Movie>>>
pub async fn collections(&self) -> Result<Vec<Collection<Movie>>>
Retrieves all of the collections in this library.
Trait Implementations§
source§impl Clone for MovieLibrary
impl Clone for MovieLibrary
source§fn clone(&self) -> MovieLibrary
fn clone(&self) -> MovieLibrary
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 more