pub struct FilesApi { /* private fields */ }Expand description
Files API client.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilesApi
impl !RefUnwindSafe for FilesApi
impl Send for FilesApi
impl Sync for FilesApi
impl Unpin for FilesApi
impl !UnwindSafe for FilesApi
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