pub struct HumanMachineContractNode {
pub system_commitments: Vec<SpannedValue<String>>,
pub system_refusals: Vec<SpannedValue<String>>,
pub user_obligations: Vec<SpannedValue<String>>,
pub span: Span,
}Fields§
§system_commitments: Vec<SpannedValue<String>>§system_refusals: Vec<SpannedValue<String>>§user_obligations: Vec<SpannedValue<String>>§span: SpanTrait Implementations§
Source§impl Clone for HumanMachineContractNode
impl Clone for HumanMachineContractNode
Source§fn clone(&self) -> HumanMachineContractNode
fn clone(&self) -> HumanMachineContractNode
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 HumanMachineContractNode
impl Debug for HumanMachineContractNode
Source§impl PartialEq for HumanMachineContractNode
impl PartialEq for HumanMachineContractNode
Source§fn eq(&self, other: &HumanMachineContractNode) -> bool
fn eq(&self, other: &HumanMachineContractNode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HumanMachineContractNode
Auto Trait Implementations§
impl Freeze for HumanMachineContractNode
impl RefUnwindSafe for HumanMachineContractNode
impl Send for HumanMachineContractNode
impl Sync for HumanMachineContractNode
impl Unpin for HumanMachineContractNode
impl UnsafeUnpin for HumanMachineContractNode
impl UnwindSafe for HumanMachineContractNode
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