Struct bitcoin_peerman::PeerAddrSendTimes
source · pub struct PeerAddrSendTimes {
pub next_addr_send: Option<OffsetDateTime>,
pub next_local_addr_send: Option<OffsetDateTime>,
}Fields§
§next_addr_send: Option<OffsetDateTime>| Time point to send the next ADDR message | to this peer. | |
next_local_addr_send: Option<OffsetDateTime>| Time point to possibly re-announce | our local address to this peer. | |
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PeerAddrSendTimes
impl Send for PeerAddrSendTimes
impl Sync for PeerAddrSendTimes
impl Unpin for PeerAddrSendTimes
impl UnwindSafe for PeerAddrSendTimes
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