pub struct MapLiteral {
pub pairs: Vec<(String, CypherExpr)>,
}Fields§
§pairs: Vec<(String, CypherExpr)>Trait Implementations§
Source§impl Clone for MapLiteral
impl Clone for MapLiteral
Source§fn clone(&self) -> MapLiteral
fn clone(&self) -> MapLiteral
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MapLiteral
impl Debug for MapLiteral
Source§impl PartialEq for MapLiteral
impl PartialEq for MapLiteral
impl StructuralPartialEq for MapLiteral
Auto Trait Implementations§
impl Freeze for MapLiteral
impl RefUnwindSafe for MapLiteral
impl Send for MapLiteral
impl Sync for MapLiteral
impl Unpin for MapLiteral
impl UnsafeUnpin for MapLiteral
impl UnwindSafe for MapLiteral
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