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