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