Struct polypaging::FileBytes 
source · pub struct FileBytes {
    pub contents: Vec<u8>,
}Expand description
This object holds the actual data of a file in memory
Fields§
§contents: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FileBytes
impl Send for FileBytes
impl Sync for FileBytes
impl Unpin for FileBytes
impl UnwindSafe for FileBytes
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