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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !Freeze for PhotoLibrary
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