Struct botx_api::api::models::file_response::FileResponse
source · pub struct FileResponse {
pub content_type: MimeType,
pub data: Vec<u8>,
}Fields§
§content_type: MimeType§data: Vec<u8>Trait Implementations§
source§impl Clone for FileResponse
impl Clone for FileResponse
source§fn clone(&self) -> FileResponse
fn clone(&self) -> FileResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for FileResponse
impl Send for FileResponse
impl Sync for FileResponse
impl Unpin for FileResponse
impl UnwindSafe for FileResponse
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