pub struct FileApi { /* private fields */ }Expand description
File endpoint namespace.
Implementations§
Source§impl FileApi
impl FileApi
pub async fn list(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn read(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileApi
impl !RefUnwindSafe for FileApi
impl Send for FileApi
impl Sync for FileApi
impl Unpin for FileApi
impl UnsafeUnpin for FileApi
impl !UnwindSafe for FileApi
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