Struct everscale_network::proto::overlay::Node
source · pub struct Node<'tl> {
pub id: PublicKey<'tl>,
pub overlay: HashRef<'tl>,
pub version: u32,
pub signature: &'tl [u8],
}Fields
id: PublicKey<'tl>overlay: HashRef<'tl>version: u32signature: &'tl [u8]Implementations
sourceimpl Node<'_>
impl Node<'_>
pub fn as_equivalent_owned(&self) -> NodeOwned
Trait Implementations
impl<'tl> Copy for Node<'tl>
impl<'tl> Eq for Node<'tl>
impl<'tl> StructuralEq for Node<'tl>
impl<'tl> StructuralPartialEq for Node<'tl>
Auto Trait Implementations
impl<'tl> RefUnwindSafe for Node<'tl>
impl<'tl> Send for Node<'tl>
impl<'tl> Sync for Node<'tl>
impl<'tl> Unpin for Node<'tl>
impl<'tl> UnwindSafe for Node<'tl>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more