pub struct Node<'tl> {
pub id: PublicKey<'tl>,
pub addr_list: AddressList,
pub version: u32,
pub signature: &'tl [u8],
}Fields
id: PublicKey<'tl>addr_list: AddressListversion: u32signature: &'tl [u8]Implementations
sourceimpl Node<'_>
impl Node<'_>
pub fn as_equivalent_owned(&self) -> NodeOwned
Trait Implementations
sourceimpl BoxedConstructor for Node<'_>
impl BoxedConstructor for Node<'_>
const TL_ID: u32 = 2_220_044_872u32
sourcefn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrappersourcefn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrapperimpl<'tl> Copy 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