pub struct AddressUsedEvent {
pub hrn: String,
pub address: Address,
pub tx_id: String,
}Expand description
Simple event when an address is detected as used
Fields§
§hrn: String§address: Address§tx_id: StringTrait Implementations§
Source§impl Clone for AddressUsedEvent
impl Clone for AddressUsedEvent
Source§fn clone(&self) -> AddressUsedEvent
fn clone(&self) -> AddressUsedEvent
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 moreAuto Trait Implementations§
impl Freeze for AddressUsedEvent
impl RefUnwindSafe for AddressUsedEvent
impl Send for AddressUsedEvent
impl Sync for AddressUsedEvent
impl Unpin for AddressUsedEvent
impl UnsafeUnpin for AddressUsedEvent
impl UnwindSafe for AddressUsedEvent
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