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