pub struct FileStruct {
pub filetype: String,
pub file: Vec<u8>,
pub filename: String,
pub conten_type: String,
pub video_desc: Option<VideoDesc>,
}
Fields§
§filetype: String
§file: Vec<u8>
§filename: String
§conten_type: String
§video_desc: Option<VideoDesc>
Auto Trait Implementations§
impl Freeze for FileStruct
impl RefUnwindSafe for FileStruct
impl Send for FileStruct
impl Sync for FileStruct
impl Unpin for FileStruct
impl UnwindSafe for FileStruct
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