pub struct GroupLibraryApi<'a> { /* private fields */ }Implementations§
Source§impl<'a> GroupLibraryApi<'a>
impl<'a> GroupLibraryApi<'a>
pub async fn tree(&self) -> Result<LibraryTreeResponse, Error>
pub fn folders(&self) -> LibraryFoldersApi<'a>
pub fn folder(&self, folder_id: Uuid) -> LibraryFolderApi<'a>
pub fn texts(&self) -> GroupLibraryTextsApi<'a>
pub fn files(&self) -> LibraryFilesApi<'a>
pub fn file(&self, file_id: Uuid) -> LibraryFileApi<'a>
pub fn job(&self, job_id: Uuid) -> LibraryJobApi<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GroupLibraryApi<'a>
impl<'a> !UnwindSafe for GroupLibraryApi<'a>
impl<'a> Freeze for GroupLibraryApi<'a>
impl<'a> Send for GroupLibraryApi<'a>
impl<'a> Sync for GroupLibraryApi<'a>
impl<'a> Unpin for GroupLibraryApi<'a>
impl<'a> UnsafeUnpin for GroupLibraryApi<'a>
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