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