pub struct MunmapResp { /* private fields */ }Implementations§
Source§impl MunmapResp
impl MunmapResp
Trait Implementations§
Source§impl Debug for MunmapResp
impl Debug for MunmapResp
impl Immutable for MunmapRespwhere
RespHeader: Immutable,
Auto Trait Implementations§
impl Freeze for MunmapResp
impl RefUnwindSafe for MunmapResp
impl Send for MunmapResp
impl Sync for MunmapResp
impl Unpin for MunmapResp
impl UnsafeUnpin for MunmapResp
impl UnwindSafe for MunmapResp
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