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