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