pub struct LatLongBounds { /* private fields */ }Expand description
The bounds of a lat long geographic area. Represented by the southwest and northeast corners of a rectangle, inclusive.
Implementations§
Source§impl LatLongBounds
 
impl LatLongBounds
Sourcepub fn builder() -> Builder<SouthWestStage>
 
pub fn builder() -> Builder<SouthWestStage>
Returns a new builder.
Source§impl LatLongBounds
 
impl LatLongBounds
Sourcepub fn new(south_west: LatLongPoint, north_east: LatLongPoint) -> Self
 
pub fn new(south_west: LatLongPoint, north_east: LatLongPoint) -> Self
Constructs a new instance of the type.
pub fn south_west(&self) -> &LatLongPoint
pub fn north_east(&self) -> &LatLongPoint
Trait Implementations§
Source§impl Clone for LatLongBounds
 
impl Clone for LatLongBounds
Source§fn clone(&self) -> LatLongBounds
 
fn clone(&self) -> LatLongBounds
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 LatLongBounds
 
impl Debug for LatLongBounds
Source§impl<'de> Deserialize<'de> for LatLongBounds
 
impl<'de> Deserialize<'de> for LatLongBounds
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 From<LatLongBounds> for Builder<Complete>
 
impl From<LatLongBounds> for Builder<Complete>
Source§fn from(v: LatLongBounds) -> Self
 
fn from(v: LatLongBounds) -> Self
Converts to this type from the input type.
Source§impl Hash for LatLongBounds
 
impl Hash for LatLongBounds
Source§impl Ord for LatLongBounds
 
impl Ord for LatLongBounds
Source§impl PartialEq for LatLongBounds
 
impl PartialEq for LatLongBounds
Source§impl PartialOrd for LatLongBounds
 
impl PartialOrd for LatLongBounds
Source§impl Serialize for LatLongBounds
 
impl Serialize for LatLongBounds
impl Eq for LatLongBounds
Auto Trait Implementations§
impl Freeze for LatLongBounds
impl RefUnwindSafe for LatLongBounds
impl Send for LatLongBounds
impl Sync for LatLongBounds
impl Unpin for LatLongBounds
impl UnwindSafe for LatLongBounds
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§impl<Q, K> Comparable<K> for Q
 
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.Source§impl<T> Instrument for T
 
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
 
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
 
fn into_request(self) -> Request<T>
Wrap the input message 
T in a tonic::Request