Struct k8s_openapi::v1_8::api::extensions::v1beta1::IDRange[][src]

pub struct IDRange {
    pub max: i64,
    pub min: i64,
}

ID Range provides a min/max of an allowed range of IDs.

Fields

Max is the end of the range, inclusive.

Min is the start of the range, inclusive.

Trait Implementations

impl Clone for IDRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IDRange
[src]

Formats the value using the given formatter. Read more

impl Default for IDRange
[src]

Returns the "default value" for a type. Read more

impl PartialEq for IDRange
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for IDRange
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for IDRange
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for IDRange

impl Sync for IDRange