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