pub struct adjustPriceReturn {
pub _0: bool,
}Expand description
Container type for the return parameters of the adjustPrice(uint16) function.
Fields§
§_0: boolTrait Implementations§
Source§impl Clone for adjustPriceReturn
impl Clone for adjustPriceReturn
Source§fn clone(&self) -> adjustPriceReturn
fn clone(&self) -> adjustPriceReturn
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 adjustPriceReturn
impl Debug for adjustPriceReturn
impl Eq for adjustPriceReturn
Source§impl PartialEq for adjustPriceReturn
impl PartialEq for adjustPriceReturn
Source§fn eq(&self, other: &adjustPriceReturn) -> bool
fn eq(&self, other: &adjustPriceReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for adjustPriceReturn
Auto Trait Implementations§
impl Freeze for adjustPriceReturn
impl RefUnwindSafe for adjustPriceReturn
impl Send for adjustPriceReturn
impl Sync for adjustPriceReturn
impl Unpin for adjustPriceReturn
impl UnsafeUnpin for adjustPriceReturn
impl UnwindSafe for adjustPriceReturn
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