Struct k8s_openapi::v1_8::api::extensions::v1beta1::IDRange [−][src]
ID Range provides a min/max of an allowed range of IDs.
Fields
max: i64
Max is the end of the range, inclusive.
min: i64
Min is the start of the range, inclusive.
Trait Implementations
impl Clone for IDRange
[src]
impl Clone for IDRange
fn clone(&self) -> IDRange
[src]
fn clone(&self) -> IDRange
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for IDRange
[src]
impl Debug for IDRange
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for IDRange
[src]
impl Default for IDRange
impl PartialEq for IDRange
[src]
impl PartialEq for IDRange
fn eq(&self, other: &IDRange) -> bool
[src]
fn eq(&self, other: &IDRange) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &IDRange) -> bool
[src]
fn ne(&self, other: &IDRange) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for IDRange
[src]
impl<'de> Deserialize<'de> for IDRange
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for IDRange
[src]
impl Serialize for IDRange