pub struct AddressInfo {
pub address: String,
pub value: u16,
pub txid: Option<String>,
pub tx_num: Option<u16>,
}Fields§
§address: String§value: u16§txid: Option<String>§tx_num: Option<u16>Trait Implementations§
Source§impl Debug for AddressInfo
impl Debug for AddressInfo
Auto Trait Implementations§
impl Freeze for AddressInfo
impl RefUnwindSafe for AddressInfo
impl Send for AddressInfo
impl Sync for AddressInfo
impl Unpin for AddressInfo
impl UnwindSafe for AddressInfo
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