pub struct BoltPath {
pub nodes: BoltList,
pub rels: BoltList,
pub indices: BoltList,
}
Fields§
§nodes: BoltList
§rels: BoltList
§indices: BoltList
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for BoltPath
impl<'de> Deserialize<'de> for BoltPath
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<'de> IntoDeserializer<'de, DeError> for &'de BoltPath
impl<'de> IntoDeserializer<'de, DeError> for &'de BoltPath
§type Deserializer = BoltPathDeserializer<'de>
type Deserializer = BoltPathDeserializer<'de>
The type of the deserializer being converted into.
source§fn into_deserializer(self) -> Self::Deserializer
fn into_deserializer(self) -> Self::Deserializer
Convert this value into a deserializer.
source§impl PartialEq for BoltPath
impl PartialEq for BoltPath
impl StructuralPartialEq for BoltPath
Auto Trait Implementations§
impl RefUnwindSafe for BoltPath
impl Send for BoltPath
impl Sync for BoltPath
impl Unpin for BoltPath
impl UnwindSafe for BoltPath
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