pub struct EnumBoolType {
pub values: Vec<EnumBoolValue>,
}Fields§
§values: Vec<EnumBoolValue>Trait Implementations§
Source§impl Clone for EnumBoolType
impl Clone for EnumBoolType
Source§fn clone(&self) -> EnumBoolType
fn clone(&self) -> EnumBoolType
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 EnumBoolType
impl Debug for EnumBoolType
Source§impl<'de> Deserialize<'de> for EnumBoolType
impl<'de> Deserialize<'de> for EnumBoolType
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 EnumBoolType
impl PartialEq for EnumBoolType
Source§fn eq(&self, other: &EnumBoolType) -> bool
fn eq(&self, other: &EnumBoolType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EnumBoolType
impl Serialize for EnumBoolType
impl StructuralPartialEq for EnumBoolType
Auto Trait Implementations§
impl Freeze for EnumBoolType
impl RefUnwindSafe for EnumBoolType
impl Send for EnumBoolType
impl Sync for EnumBoolType
impl Unpin for EnumBoolType
impl UnsafeUnpin for EnumBoolType
impl UnwindSafe for EnumBoolType
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