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 · 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
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 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