pub struct AddressWithSpace {
pub address: Address,
pub space: Space,
}
Fields§
§address: Address
§space: Space
Implementations§
Source§impl AddressWithSpace
impl AddressWithSpace
pub fn assert_native(&self)
pub fn assert_ethereum(&self)
Trait Implementations§
Source§impl Clone for AddressWithSpace
impl Clone for AddressWithSpace
Source§fn clone(&self) -> AddressWithSpace
fn clone(&self) -> AddressWithSpace
Returns a copy of the value. Read more
1.0.0 · 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 AddressWithSpace
impl Debug for AddressWithSpace
Source§impl Default for AddressWithSpace
impl Default for AddressWithSpace
Source§fn default() -> AddressWithSpace
fn default() -> AddressWithSpace
Returns the “default value” for a type. Read more
Source§impl Hash for AddressWithSpace
impl Hash for AddressWithSpace
Source§impl Ord for AddressWithSpace
impl Ord for AddressWithSpace
Source§fn cmp(&self, other: &AddressWithSpace) -> Ordering
fn cmp(&self, other: &AddressWithSpace) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AddressWithSpace
impl PartialEq for AddressWithSpace
Source§impl PartialOrd for AddressWithSpace
impl PartialOrd for AddressWithSpace
impl Copy for AddressWithSpace
impl Eq for AddressWithSpace
impl StructuralPartialEq for AddressWithSpace
Auto Trait Implementations§
impl Freeze for AddressWithSpace
impl RefUnwindSafe for AddressWithSpace
impl Send for AddressWithSpace
impl Sync for AddressWithSpace
impl Unpin for AddressWithSpace
impl UnwindSafe for AddressWithSpace
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