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 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 MovieLibrary
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