pub struct DataSemantics {
pub state: Value,
pub invariants: Vec<String>,
}Fields§
§state: Value§invariants: Vec<String>Trait Implementations§
Source§impl Clone for DataSemantics
impl Clone for DataSemantics
Source§fn clone(&self) -> DataSemantics
fn clone(&self) -> DataSemantics
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 Debug for DataSemantics
impl Debug for DataSemantics
Source§impl<'de> Deserialize<'de> for DataSemantics
impl<'de> Deserialize<'de> for DataSemantics
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 DataSemantics
impl PartialEq for DataSemantics
Source§impl Serialize for DataSemantics
impl Serialize for DataSemantics
impl StructuralPartialEq for DataSemantics
Auto Trait Implementations§
impl Freeze for DataSemantics
impl RefUnwindSafe for DataSemantics
impl Send for DataSemantics
impl Sync for DataSemantics
impl Unpin for DataSemantics
impl UnwindSafe for DataSemantics
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