pub struct RandFilePusherMmap { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for RandFilePusherMmap
impl Debug for RandFilePusherMmap
Auto Trait Implementations§
impl Freeze for RandFilePusherMmap
impl !RefUnwindSafe for RandFilePusherMmap
impl Send for RandFilePusherMmap
impl Sync for RandFilePusherMmap
impl Unpin for RandFilePusherMmap
impl !UnwindSafe for RandFilePusherMmap
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