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