Struct vrp_core::models::common::SingleDimLoad [−][src]
pub struct SingleDimLoad {
pub value: i32,
}Expand description
Specifies single dimensional load type.
Fields
value: i32An actual load value.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Returns true if it represents an empty load.
Returns true if other can be loaded into existing capacity.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for SingleDimLoad
impl Send for SingleDimLoad
impl Sync for SingleDimLoad
impl Unpin for SingleDimLoad
impl UnwindSafe for SingleDimLoad
Blanket Implementations
Mutably borrows from an owned value. Read more