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