Struct bitcoin_qt::AddressTableEntry
source · pub struct AddressTableEntry { /* private fields */ }
Implementations§
source§impl AddressTableEntry
impl AddressTableEntry
pub fn new(ty: AddressTableEntryType, label: &String, address: &String) -> Self
Trait Implementations§
source§impl Default for AddressTableEntry
impl Default for AddressTableEntry
source§fn default() -> AddressTableEntry
fn default() -> AddressTableEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AddressTableEntry
impl Send for AddressTableEntry
impl Sync for AddressTableEntry
impl Unpin for AddressTableEntry
impl UnwindSafe for AddressTableEntry
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more