pub struct SequentialGraphStepIndex { /* private fields */ }Implementations§
Source§impl SequentialGraphStepIndex
impl SequentialGraphStepIndex
pub fn new(steps: &[SequentialGraphStepDefinition]) -> Self
Trait Implementations§
Source§impl Clone for SequentialGraphStepIndex
impl Clone for SequentialGraphStepIndex
Source§fn clone(&self) -> SequentialGraphStepIndex
fn clone(&self) -> SequentialGraphStepIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SequentialGraphStepIndex
impl Debug for SequentialGraphStepIndex
Source§impl Default for SequentialGraphStepIndex
impl Default for SequentialGraphStepIndex
Source§fn default() -> SequentialGraphStepIndex
fn default() -> SequentialGraphStepIndex
Returns the “default value” for a type. Read more
impl Eq for SequentialGraphStepIndex
Source§impl PartialEq for SequentialGraphStepIndex
impl PartialEq for SequentialGraphStepIndex
Source§fn eq(&self, other: &SequentialGraphStepIndex) -> bool
fn eq(&self, other: &SequentialGraphStepIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SequentialGraphStepIndex
Auto Trait Implementations§
impl Freeze for SequentialGraphStepIndex
impl RefUnwindSafe for SequentialGraphStepIndex
impl Send for SequentialGraphStepIndex
impl Sync for SequentialGraphStepIndex
impl Unpin for SequentialGraphStepIndex
impl UnsafeUnpin for SequentialGraphStepIndex
impl UnwindSafe for SequentialGraphStepIndex
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