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