Struct neo4rs::BoltInteger
source · pub struct BoltInteger {
pub value: i64,
}
Fields§
§value: i64
Implementations§
source§impl BoltInteger
impl BoltInteger
pub fn new(value: i64) -> BoltInteger
Trait Implementations§
source§impl Add for BoltInteger
impl Add for BoltInteger
source§impl Clone for BoltInteger
impl Clone for BoltInteger
source§fn clone(&self) -> BoltInteger
fn clone(&self) -> BoltInteger
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 BoltInteger
impl Debug for BoltInteger
source§impl<'de> Deserialize<'de> for BoltInteger
impl<'de> Deserialize<'de> for BoltInteger
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<BoltInteger> for i64
impl From<BoltInteger> for i64
source§fn from(value: BoltInteger) -> Self
fn from(value: BoltInteger) -> Self
Converts to this type from the input type.
source§impl From<i32> for BoltInteger
impl From<i32> for BoltInteger
source§impl From<i64> for BoltInteger
impl From<i64> for BoltInteger
source§impl PartialEq for BoltInteger
impl PartialEq for BoltInteger
source§fn eq(&self, other: &BoltInteger) -> bool
fn eq(&self, other: &BoltInteger) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Sub for BoltInteger
impl Sub for BoltInteger
impl Eq for BoltInteger
impl StructuralPartialEq for BoltInteger
Auto Trait Implementations§
impl RefUnwindSafe for BoltInteger
impl Send for BoltInteger
impl Sync for BoltInteger
impl Unpin for BoltInteger
impl UnwindSafe for BoltInteger
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