Struct everscale_network::proto::adnl::AddressList
source · pub struct AddressList {
pub address: Option<Address>,
pub version: u32,
pub reinit_date: u32,
pub expire_at: u32,
}Fields§
§address: Option<Address>Single address instead of list, because only one is always passed
version: u32§reinit_date: u32§expire_at: u32Trait Implementations§
source§impl BoxedConstructor for AddressList
impl BoxedConstructor for AddressList
source§fn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrapper.source§fn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrapper.source§impl Clone for AddressList
impl Clone for AddressList
source§fn clone(&self) -> AddressList
fn clone(&self) -> AddressList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more