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