Struct everscale_network::proto::overlay::CatchainFirstBlock
source · pub struct CatchainFirstBlock<'a, 'tl: 'a, I> {
pub unique_hash: HashRef<'tl>,
pub nodes: IterRef<'a, I>,
}Fields§
§unique_hash: HashRef<'tl>§nodes: IterRef<'a, I>Trait Implementations§
source§impl<'a, 'tl: 'a, I> TlWrite for CatchainFirstBlock<'a, 'tl, I>where
I: Iterator<Item = HashRef<'tl>> + ExactSizeIterator + Clone,
impl<'a, 'tl: 'a, I> TlWrite for CatchainFirstBlock<'a, 'tl, I>where I: Iterator<Item = HashRef<'tl>> + ExactSizeIterator + Clone,
Auto Trait Implementations§
impl<'a, 'tl, I> RefUnwindSafe for CatchainFirstBlock<'a, 'tl, I>where I: RefUnwindSafe,
impl<'a, 'tl, I> Send for CatchainFirstBlock<'a, 'tl, I>where I: Sync,
impl<'a, 'tl, I> Sync for CatchainFirstBlock<'a, 'tl, I>where I: Sync,
impl<'a, 'tl, I> Unpin for CatchainFirstBlock<'a, 'tl, I>
impl<'a, 'tl, I> UnwindSafe for CatchainFirstBlock<'a, 'tl, I>where I: RefUnwindSafe,
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