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