Struct k8s_openapi::v1_10::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 IDRangefn clone(&self) -> IDRange[src]
fn clone(&self) -> IDRangeReturns 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 IDRangefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for IDRange[src]
impl Default for IDRangeimpl PartialEq for IDRange[src]
impl PartialEq for IDRangefn eq(&self, other: &IDRange) -> bool[src]
fn eq(&self, other: &IDRange) -> boolThis 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) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for IDRange[src]
impl<'de> Deserialize<'de> for IDRangefn 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