Struct bitcoinnode_interface::AddedNodeInfo
source · pub struct AddedNodeInfo {
pub str_added_node: String,
pub resolved_address: Service,
pub connected: bool,
pub inbound: bool,
}
Fields§
§str_added_node: String
§resolved_address: Service
§connected: bool
§inbound: bool
Auto Trait Implementations§
impl RefUnwindSafe for AddedNodeInfo
impl Send for AddedNodeInfo
impl Sync for AddedNodeInfo
impl Unpin for AddedNodeInfo
impl UnwindSafe for AddedNodeInfo
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