pub struct GraphHeader {
pub column_names: Vec<String>,
}
Available on crate feature
redis-graph
only.Expand description
Header part of a graph ’result set`
Fields§
§column_names: Vec<String>
Trait Implementations§
Source§impl Debug for GraphHeader
impl Debug for GraphHeader
Source§impl Default for GraphHeader
impl Default for GraphHeader
Source§fn default() -> GraphHeader
fn default() -> GraphHeader
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GraphHeader
impl<'de> Deserialize<'de> for GraphHeader
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 GraphHeader
impl RefUnwindSafe for GraphHeader
impl Send for GraphHeader
impl Sync for GraphHeader
impl Unpin for GraphHeader
impl UnwindSafe for GraphHeader
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