pub struct BoundingBoxQueryResponse {}
Trait Implementations§
Source§impl Clone for BoundingBoxQueryResponse
impl Clone for BoundingBoxQueryResponse
Source§fn clone(&self) -> BoundingBoxQueryResponse
fn clone(&self) -> BoundingBoxQueryResponse
Returns a duplicate 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 BoundingBoxQueryResponse
impl Debug for BoundingBoxQueryResponse
Source§impl Default for BoundingBoxQueryResponse
impl Default for BoundingBoxQueryResponse
Source§impl<'de> Deserialize<'de> for BoundingBoxQueryResponse
impl<'de> Deserialize<'de> for BoundingBoxQueryResponse
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 BoundingBoxQueryResponse
impl PartialEq for BoundingBoxQueryResponse
Source§impl Serialize for BoundingBoxQueryResponse
impl Serialize for BoundingBoxQueryResponse
impl Message for BoundingBoxQueryResponse
impl StructuralPartialEq for BoundingBoxQueryResponse
Auto Trait Implementations§
impl Freeze for BoundingBoxQueryResponse
impl RefUnwindSafe for BoundingBoxQueryResponse
impl Send for BoundingBoxQueryResponse
impl Sync for BoundingBoxQueryResponse
impl Unpin for BoundingBoxQueryResponse
impl UnwindSafe for BoundingBoxQueryResponse
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