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