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