pub struct GetPointMapReq {}Trait Implementations§
Source§impl Clone for GetPointMapReq
impl Clone for GetPointMapReq
Source§fn clone(&self) -> GetPointMapReq
fn clone(&self) -> GetPointMapReq
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 moreSource§impl Debug for GetPointMapReq
impl Debug for GetPointMapReq
Source§impl Default for GetPointMapReq
impl Default for GetPointMapReq
Source§impl<'de> Deserialize<'de> for GetPointMapReq
impl<'de> Deserialize<'de> for GetPointMapReq
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetPointMapReq
impl PartialEq for GetPointMapReq
Source§impl Serialize for GetPointMapReq
impl Serialize for GetPointMapReq
impl Message for GetPointMapReq
impl StructuralPartialEq for GetPointMapReq
Auto Trait Implementations§
impl Freeze for GetPointMapReq
impl RefUnwindSafe for GetPointMapReq
impl Send for GetPointMapReq
impl Sync for GetPointMapReq
impl Unpin for GetPointMapReq
impl UnwindSafe for GetPointMapReq
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