pub struct FileRetrieveContentRequest {
pub file_id: String,
}
Expand description
Represents a request to retrieve the content of a file.
Fields§
§file_id: String
Identifier for the file whose content is to be retrieved.
Implementations§
Trait Implementations§
Source§impl Debug for FileRetrieveContentRequest
impl Debug for FileRetrieveContentRequest
Auto Trait Implementations§
impl Freeze for FileRetrieveContentRequest
impl RefUnwindSafe for FileRetrieveContentRequest
impl Send for FileRetrieveContentRequest
impl Sync for FileRetrieveContentRequest
impl Unpin for FileRetrieveContentRequest
impl UnwindSafe for FileRetrieveContentRequest
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