pub struct FileHandle { /* private fields */ }
Expand description
A handle to a file on the Gemini API.
Implementations§
Source§impl FileHandle
impl FileHandle
Auto Trait Implementations§
impl Freeze for FileHandle
impl !RefUnwindSafe for FileHandle
impl Send for FileHandle
impl Sync for FileHandle
impl Unpin for FileHandle
impl !UnwindSafe for FileHandle
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