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