pub struct MatchedFiles {
pub index: usize,
pub length: usize,
pub mime_type: Option<String>,
pub base64: Option<String>,
}Fields§
§index: usize§length: usize§mime_type: Option<String>§base64: Option<String>Auto Trait Implementations§
impl Freeze for MatchedFiles
impl RefUnwindSafe for MatchedFiles
impl Send for MatchedFiles
impl Sync for MatchedFiles
impl Unpin for MatchedFiles
impl UnwindSafe for MatchedFiles
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