Struct openapiv3::StringType
source · pub struct StringType {
pub format: VariantOrUnknownOrEmpty<StringFormat>,
pub pattern: Option<String>,
pub enumeration: Vec<Option<String>>,
pub min_length: Option<usize>,
pub max_length: Option<usize>,
}
Fields§
§format: VariantOrUnknownOrEmpty<StringFormat>
§pattern: Option<String>
§enumeration: Vec<Option<String>>
§min_length: Option<usize>
§max_length: Option<usize>
Trait Implementations§
source§impl Clone for StringType
impl Clone for StringType
source§fn clone(&self) -> StringType
fn clone(&self) -> StringType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StringType
impl Debug for StringType
source§impl Default for StringType
impl Default for StringType
source§fn default() -> StringType
fn default() -> StringType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StringType
impl<'de> Deserialize<'de> for StringType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<StringType> for StringType
impl PartialEq<StringType> for StringType
source§fn eq(&self, other: &StringType) -> bool
fn eq(&self, other: &StringType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.