pub struct GraphProperties {
pub properties: HashMap<String, GraphValue>,
}
Available on crate feature
redis-graph
only.Fields§
§properties: HashMap<String, GraphValue>
Implementations§
Trait Implementations§
Source§impl Clone for GraphProperties
impl Clone for GraphProperties
Source§fn clone(&self) -> GraphProperties
fn clone(&self) -> GraphProperties
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 GraphProperties
impl Debug for GraphProperties
Source§impl<'de> Deserialize<'de> for GraphProperties
impl<'de> Deserialize<'de> for GraphProperties
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 GraphProperties
impl PartialEq for GraphProperties
impl StructuralPartialEq for GraphProperties
Auto Trait Implementations§
impl Freeze for GraphProperties
impl RefUnwindSafe for GraphProperties
impl Send for GraphProperties
impl Sync for GraphProperties
impl Unpin for GraphProperties
impl UnwindSafe for GraphProperties
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