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 moreAuto Trait Implementations§
impl !RefUnwindSafe for MovieLibrary
impl Send for MovieLibrary
impl Sync for MovieLibrary
impl Unpin for MovieLibrary
impl !UnwindSafe for MovieLibrary
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