pub struct Redistribution {
pub address: Address,
pub block: u64,
}Expand description
Redistribution contract deployment information.
Fields§
§address: AddressContract address.
block: u64Deployment block number.
Implementations§
Trait Implementations§
Source§impl Clone for Redistribution
impl Clone for Redistribution
Source§fn clone(&self) -> Redistribution
fn clone(&self) -> Redistribution
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 moreimpl Copy for Redistribution
Source§impl Debug for Redistribution
impl Debug for Redistribution
impl Eq for Redistribution
Source§impl PartialEq for Redistribution
impl PartialEq for Redistribution
Source§fn eq(&self, other: &Redistribution) -> bool
fn eq(&self, other: &Redistribution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Redistribution
Auto Trait Implementations§
impl Freeze for Redistribution
impl RefUnwindSafe for Redistribution
impl Send for Redistribution
impl Sync for Redistribution
impl Unpin for Redistribution
impl UnsafeUnpin for Redistribution
impl UnwindSafe for Redistribution
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