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