Struct GetPointerMappingRequest
pub struct GetPointerMappingRequest;
Implementations§
Trait Implementations§
§impl Clone for GetPointerMappingRequest
impl Clone for GetPointerMappingRequest
§fn clone(&self) -> GetPointerMappingRequest
fn clone(&self) -> GetPointerMappingRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for GetPointerMappingRequest
impl Debug for GetPointerMappingRequest
§impl Default for GetPointerMappingRequest
impl Default for GetPointerMappingRequest
§fn default() -> GetPointerMappingRequest
fn default() -> GetPointerMappingRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetPointerMappingRequest
impl ReplyRequest for GetPointerMappingRequest
§type Reply = GetPointerMappingReply
type Reply = GetPointerMappingReply
The kind of reply that this request generates.
§impl Request for GetPointerMappingRequest
impl Request for GetPointerMappingRequest
impl Copy for GetPointerMappingRequest
Auto Trait Implementations§
impl Freeze for GetPointerMappingRequest
impl RefUnwindSafe for GetPointerMappingRequest
impl Send for GetPointerMappingRequest
impl Sync for GetPointerMappingRequest
impl Unpin for GetPointerMappingRequest
impl UnwindSafe for GetPointerMappingRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)