pub struct EdgeStep {
pub direction: EdgeDirection,
pub edge_type: Option<String>,
pub min_hops: u32,
pub max_hops: u32,
pub alias: Option<String>,
pub target: NodePattern,
}Fields§
§direction: EdgeDirection§edge_type: Option<String>§min_hops: u32§max_hops: u32§alias: Option<String>§target: NodePatternTrait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeStep
impl RefUnwindSafe for EdgeStep
impl Send for EdgeStep
impl Sync for EdgeStep
impl Unpin for EdgeStep
impl UnsafeUnpin for EdgeStep
impl UnwindSafe for EdgeStep
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