pub struct CreatePassiveSellOfferOp {
pub selling: Asset,
pub buying: Asset,
pub amount: int64,
pub price: Price,
}
Fields§
§selling: Asset
§buying: Asset
§amount: int64
§price: Price
Trait Implementations§
Source§impl Clone for CreatePassiveSellOfferOp
impl Clone for CreatePassiveSellOfferOp
Source§fn clone(&self) -> CreatePassiveSellOfferOp
fn clone(&self) -> CreatePassiveSellOfferOp
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 CreatePassiveSellOfferOp
impl Debug for CreatePassiveSellOfferOp
Source§impl<Out: Write> Pack<Out> for CreatePassiveSellOfferOp
impl<Out: Write> Pack<Out> for CreatePassiveSellOfferOp
Source§impl PartialEq for CreatePassiveSellOfferOp
impl PartialEq for CreatePassiveSellOfferOp
Source§impl<In: Read> Unpack<In> for CreatePassiveSellOfferOp
impl<In: Read> Unpack<In> for CreatePassiveSellOfferOp
impl Copy for CreatePassiveSellOfferOp
impl Eq for CreatePassiveSellOfferOp
impl StructuralPartialEq for CreatePassiveSellOfferOp
Auto Trait Implementations§
impl Freeze for CreatePassiveSellOfferOp
impl RefUnwindSafe for CreatePassiveSellOfferOp
impl Send for CreatePassiveSellOfferOp
impl Sync for CreatePassiveSellOfferOp
impl Unpin for CreatePassiveSellOfferOp
impl UnwindSafe for CreatePassiveSellOfferOp
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