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