Struct rust_embed_for_web_utils::ReadFile
source · [−]Expand description
A file, read from the file system
Fields
data: Vec<u8>
data_gzip: Vec<u8>
metadata: Metadata
Auto Trait Implementations
impl RefUnwindSafe for ReadFile
impl Send for ReadFile
impl Sync for ReadFile
impl Unpin for ReadFile
impl UnwindSafe for ReadFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more