pub enum PathEntry {
vertex(Vertex),
edge(Edge),
UnknownField(i32),
}Variants§
Trait Implementations§
Source§impl<P> Deserialize<P> for PathEntrywhere
P: ProtocolReader,
impl<P> Deserialize<P> for PathEntrywhere
P: ProtocolReader,
impl StructuralPartialEq for PathEntry
Auto Trait Implementations§
impl Freeze for PathEntry
impl RefUnwindSafe for PathEntry
impl Send for PathEntry
impl Sync for PathEntry
impl Unpin for PathEntry
impl UnwindSafe for PathEntry
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