Struct neo4rs::BoltPoint2D 
source · pub struct BoltPoint2D {
    pub sr_id: BoltInteger,
    pub x: BoltFloat,
    pub y: BoltFloat,
}Fields§
§sr_id: BoltInteger§x: BoltFloat§y: BoltFloatTrait Implementations§
source§impl Clone for BoltPoint2D
 
impl Clone for BoltPoint2D
source§fn clone(&self) -> BoltPoint2D
 
fn clone(&self) -> BoltPoint2D
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 BoltPoint2D
 
impl Debug for BoltPoint2D
source§impl<'de> Deserialize<'de> for BoltPoint2D
 
impl<'de> Deserialize<'de> for BoltPoint2D
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<'de, E: Error> IntoDeserializer<'de, E> for &'de BoltPoint2D
 
impl<'de, E: Error> IntoDeserializer<'de, E> for &'de BoltPoint2D
§type Deserializer = BoltPointDeserializer<'de, E>
 
type Deserializer = BoltPointDeserializer<'de, E>
The type of the deserializer being converted into.
source§fn into_deserializer(self) -> Self::Deserializer
 
fn into_deserializer(self) -> Self::Deserializer
Convert this value into a deserializer.
source§impl PartialEq for BoltPoint2D
 
impl PartialEq for BoltPoint2D
source§fn eq(&self, other: &BoltPoint2D) -> bool
 
fn eq(&self, other: &BoltPoint2D) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BoltPoint2D
Auto Trait Implementations§
impl RefUnwindSafe for BoltPoint2D
impl Send for BoltPoint2D
impl Sync for BoltPoint2D
impl Unpin for BoltPoint2D
impl UnwindSafe for BoltPoint2D
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