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>
impl<'a, 'tl: 'a, I> TlWrite for CatchainFirstBlock<'a, 'tl, I>
Auto Trait Implementations§
impl<'a, 'tl, I> Freeze for CatchainFirstBlock<'a, 'tl, I>
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