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