pub struct ElementaryTypes_string_Inline {
pub length: Option<String>,
}Expand description
elementaryTypes_string_InlineType element
Fields§
§length: Option<String>length attribute
Trait Implementations§
Source§impl Clone for ElementaryTypes_string_Inline
impl Clone for ElementaryTypes_string_Inline
Source§fn clone(&self) -> ElementaryTypes_string_Inline
fn clone(&self) -> ElementaryTypes_string_Inline
Returns a duplicate 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 Default for ElementaryTypes_string_Inline
impl Default for ElementaryTypes_string_Inline
Source§fn default() -> ElementaryTypes_string_Inline
fn default() -> ElementaryTypes_string_Inline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ElementaryTypes_string_Inline
impl<'de> Deserialize<'de> for ElementaryTypes_string_Inline
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 for ElementaryTypes_string_Inline
impl PartialEq for ElementaryTypes_string_Inline
Source§fn eq(&self, other: &ElementaryTypes_string_Inline) -> bool
fn eq(&self, other: &ElementaryTypes_string_Inline) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ElementaryTypes_string_Inline
Auto Trait Implementations§
impl Freeze for ElementaryTypes_string_Inline
impl RefUnwindSafe for ElementaryTypes_string_Inline
impl Send for ElementaryTypes_string_Inline
impl Sync for ElementaryTypes_string_Inline
impl Unpin for ElementaryTypes_string_Inline
impl UnwindSafe for ElementaryTypes_string_Inline
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more