pub struct TVLibrary { /* private fields */ }
Implementations§
Source§impl TVLibrary
impl TVLibrary
Sourcepub async fn collections(&self) -> Result<Vec<Collection<Show>>>
pub async fn collections(&self) -> Result<Vec<Collection<Show>>>
Retrieves all of the collections in this library.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TVLibrary
impl !RefUnwindSafe for TVLibrary
impl Send for TVLibrary
impl Sync for TVLibrary
impl Unpin for TVLibrary
impl !UnwindSafe for TVLibrary
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