Struct rustis::commands::GraphResultRowSeed
source · pub struct GraphResultRowSeed<'a> { /* private fields */ }Available on crate feature
redis-graph only.Trait Implementations§
source§impl<'de, 'a> DeserializeSeed<'de> for GraphResultRowSeed<'a>
impl<'de, 'a> DeserializeSeed<'de> for GraphResultRowSeed<'a>
§type Value = GraphResultRow
type Value = GraphResultRow
The type produced by using this seed.
source§fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(self, deserializer: D) -> Result<Self::Value, D::Error>where
D: Deserializer<'de>,
Equivalent to the more common
Deserialize::deserialize method, except
with some initial piece of data (the seed) passed in.Auto Trait Implementations§
impl<'a> RefUnwindSafe for GraphResultRowSeed<'a>
impl<'a> Send for GraphResultRowSeed<'a>
impl<'a> Sync for GraphResultRowSeed<'a>
impl<'a> Unpin for GraphResultRowSeed<'a>
impl<'a> UnwindSafe for GraphResultRowSeed<'a>
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