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