pub struct DisjointNegotiationFields { /* private fields */ }
Expand description
Negotiation fields for contract based on multiple events.
Trait Implementations§
Source§impl Clone for DisjointNegotiationFields
impl Clone for DisjointNegotiationFields
Source§fn clone(&self) -> DisjointNegotiationFields
fn clone(&self) -> DisjointNegotiationFields
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 DisjointNegotiationFields
impl Debug for DisjointNegotiationFields
Source§impl Readable for DisjointNegotiationFields
impl Readable for DisjointNegotiationFields
Source§impl Writeable for DisjointNegotiationFields
impl Writeable for DisjointNegotiationFields
impl Eq for DisjointNegotiationFields
impl StructuralPartialEq for DisjointNegotiationFields
Auto Trait Implementations§
impl Freeze for DisjointNegotiationFields
impl RefUnwindSafe for DisjointNegotiationFields
impl Send for DisjointNegotiationFields
impl Sync for DisjointNegotiationFields
impl Unpin for DisjointNegotiationFields
impl UnwindSafe for DisjointNegotiationFields
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