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