Struct valhalla_client::ShapePoint
source · pub struct ShapePoint { /* private fields */ }
Trait Implementations§
source§impl Clone for ShapePoint
impl Clone for ShapePoint
source§fn clone(&self) -> ShapePoint
fn clone(&self) -> ShapePoint
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 ShapePoint
impl Debug for ShapePoint
source§impl From<&ShapePoint> for Point
impl From<&ShapePoint> for Point
source§fn from(p: &ShapePoint) -> Self
fn from(p: &ShapePoint) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ShapePoint
impl Send for ShapePoint
impl Sync for ShapePoint
impl Unpin for ShapePoint
impl UnwindSafe for ShapePoint
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