pub struct MboxFile { /* private fields */ }
Expand description
The mbox file to read. This uses the OS facility to memory-map the file in order to read it efficiently.
Implementations§
Auto Trait Implementations§
impl Freeze for MboxFile
impl RefUnwindSafe for MboxFile
impl Send for MboxFile
impl Sync for MboxFile
impl Unpin for MboxFile
impl UnwindSafe for MboxFile
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