pub struct BlockAddr { /* private fields */ }
Expand description
An address which identifies a block on the network. An instance of this struct can be used to get a socket address for the block this address refers to.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for BlockAddr
impl<'de> Deserialize<'de> for BlockAddr
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<BlockAddr> for BlockAddr
impl PartialEq<BlockAddr> for BlockAddr
impl Eq for BlockAddr
impl StructuralEq for BlockAddr
impl StructuralPartialEq for BlockAddr
Auto Trait Implementations§
impl RefUnwindSafe for BlockAddr
impl Send for BlockAddr
impl Sync for BlockAddr
impl Unpin for BlockAddr
impl UnwindSafe for BlockAddr
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