Struct rustis::commands::GraphResultSet
source · pub struct GraphResultSet {
pub header: GraphHeader,
pub rows: Vec<GraphResultRow>,
pub statistics: GraphQueryStatistics,
}Available on crate feature
redis-graph only.Expand description
Result set for the graph_query command
Fields§
§header: GraphHeader§rows: Vec<GraphResultRow>§statistics: GraphQueryStatisticsTrait Implementations§
source§impl Debug for GraphResultSet
impl Debug for GraphResultSet
source§impl<'de> Deserialize<'de> for GraphResultSet
impl<'de> Deserialize<'de> for GraphResultSet
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
Auto Trait Implementations§
impl Freeze for GraphResultSet
impl RefUnwindSafe for GraphResultSet
impl Send for GraphResultSet
impl Sync for GraphResultSet
impl Unpin for GraphResultSet
impl UnwindSafe for GraphResultSet
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