pub struct TrainPathAllGoalsResult {
pub accessible: &'static [bool],
pub amount_accessible: u32,
pub penalties: &'static [f64],
pub steps_count: u32,
}Fields§
§accessible: &'static [bool]§amount_accessible: u32§penalties: &'static [f64]§steps_count: u32Trait Implementations§
Source§impl Clone for TrainPathAllGoalsResult
impl Clone for TrainPathAllGoalsResult
Source§fn clone(&self) -> TrainPathAllGoalsResult
fn clone(&self) -> TrainPathAllGoalsResult
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 moreimpl Copy for TrainPathAllGoalsResult
Source§impl Debug for TrainPathAllGoalsResult
impl Debug for TrainPathAllGoalsResult
Source§impl Default for TrainPathAllGoalsResult
impl Default for TrainPathAllGoalsResult
Source§fn default() -> TrainPathAllGoalsResult
fn default() -> TrainPathAllGoalsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for TrainPathAllGoalsResult
impl PartialEq for TrainPathAllGoalsResult
impl StructuralPartialEq for TrainPathAllGoalsResult
Auto Trait Implementations§
impl Freeze for TrainPathAllGoalsResult
impl RefUnwindSafe for TrainPathAllGoalsResult
impl Send for TrainPathAllGoalsResult
impl Sync for TrainPathAllGoalsResult
impl Unpin for TrainPathAllGoalsResult
impl UnsafeUnpin for TrainPathAllGoalsResult
impl UnwindSafe for TrainPathAllGoalsResult
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