pub struct ConceptPath {
pub steps: Vec<PathStep>,
pub total_distance: f64,
}Fields§
§steps: Vec<PathStep>§total_distance: f64Trait Implementations§
Source§impl Clone for ConceptPath
impl Clone for ConceptPath
Source§fn clone(&self) -> ConceptPath
fn clone(&self) -> ConceptPath
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 ConceptPath
impl RefUnwindSafe for ConceptPath
impl Send for ConceptPath
impl Sync for ConceptPath
impl Unpin for ConceptPath
impl UnsafeUnpin for ConceptPath
impl UnwindSafe for ConceptPath
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