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