pub struct PipelinePathStep {
pub id: String,
pub category: String,
pub cumulative_distance: f64,
}Fields§
§id: String§category: String§cumulative_distance: f64Trait Implementations§
Source§impl Clone for PipelinePathStep
impl Clone for PipelinePathStep
Source§fn clone(&self) -> PipelinePathStep
fn clone(&self) -> PipelinePathStep
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PipelinePathStep
impl RefUnwindSafe for PipelinePathStep
impl Send for PipelinePathStep
impl Sync for PipelinePathStep
impl Unpin for PipelinePathStep
impl UnsafeUnpin for PipelinePathStep
impl UnwindSafe for PipelinePathStep
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