pub struct OpOrderingDocument {
pub op: String,
pub contract: OpOrderingContract,
}Fields§
§op: String§contract: OpOrderingContractTrait Implementations§
Source§impl Clone for OpOrderingDocument
impl Clone for OpOrderingDocument
Source§fn clone(&self) -> OpOrderingDocument
fn clone(&self) -> OpOrderingDocument
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 OpOrderingDocument
impl Debug for OpOrderingDocument
Source§impl<'de> Deserialize<'de> for OpOrderingDocument
impl<'de> Deserialize<'de> for OpOrderingDocument
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 OpOrderingDocument
impl PartialEq for OpOrderingDocument
Source§impl Serialize for OpOrderingDocument
impl Serialize for OpOrderingDocument
impl Eq for OpOrderingDocument
impl StructuralPartialEq for OpOrderingDocument
Auto Trait Implementations§
impl Freeze for OpOrderingDocument
impl RefUnwindSafe for OpOrderingDocument
impl Send for OpOrderingDocument
impl Sync for OpOrderingDocument
impl Unpin for OpOrderingDocument
impl UnsafeUnpin for OpOrderingDocument
impl UnwindSafe for OpOrderingDocument
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