pub struct EnumStringType {
pub values: Vec<EnumStringValue>,
}Fields§
§values: Vec<EnumStringValue>Trait Implementations§
Source§impl Clone for EnumStringType
impl Clone for EnumStringType
Source§fn clone(&self) -> EnumStringType
fn clone(&self) -> EnumStringType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnumStringType
impl Debug for EnumStringType
Source§impl<'de> Deserialize<'de> for EnumStringType
impl<'de> Deserialize<'de> for EnumStringType
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 EnumStringType
impl PartialEq for EnumStringType
Source§fn eq(&self, other: &EnumStringType) -> bool
fn eq(&self, other: &EnumStringType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EnumStringType
impl Serialize for EnumStringType
impl StructuralPartialEq for EnumStringType
Auto Trait Implementations§
impl Freeze for EnumStringType
impl RefUnwindSafe for EnumStringType
impl Send for EnumStringType
impl Sync for EnumStringType
impl Unpin for EnumStringType
impl UnsafeUnpin for EnumStringType
impl UnwindSafe for EnumStringType
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