pub struct getPriceReturn {
pub price: U256,
pub chequeValueDeduction: U256,
}Expand description
Container type for the return parameters of the getPrice() function.
Fields§
§price: U256§chequeValueDeduction: U256Trait Implementations§
Source§impl Clone for getPriceReturn
impl Clone for getPriceReturn
Source§fn clone(&self) -> getPriceReturn
fn clone(&self) -> getPriceReturn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 getPriceReturn
impl Debug for getPriceReturn
impl Eq for getPriceReturn
Source§impl PartialEq for getPriceReturn
impl PartialEq for getPriceReturn
Source§fn eq(&self, other: &getPriceReturn) -> bool
fn eq(&self, other: &getPriceReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for getPriceReturn
Auto Trait Implementations§
impl Freeze for getPriceReturn
impl RefUnwindSafe for getPriceReturn
impl Send for getPriceReturn
impl Sync for getPriceReturn
impl Unpin for getPriceReturn
impl UnsafeUnpin for getPriceReturn
impl UnwindSafe for getPriceReturn
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