Trait vrp_core::models::common::IdDimension[][src]

pub trait IdDimension {
    fn set_id(&mut self, id: &str) -> &mut Self;
fn get_id(&self) -> Option<&String>; }

A trait to get or set id.

Required methods

fn set_id(&mut self, id: &str) -> &mut Self[src]

Sets value as id.

fn get_id(&self) -> Option<&String>[src]

Gets id value if present.

Loading content...

Implementors

impl IdDimension for Dimensions[src]

Loading content...