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>
Trait Implementations§
Source§impl Clone for MatchedFiles
impl Clone for MatchedFiles
Source§fn clone(&self) -> MatchedFiles
fn clone(&self) -> MatchedFiles
Returns a duplicate 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 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