pub struct DataSeek {
pub bytes: u64,
pub nodes: Vec<Node>,
}
Expand description
TODO: Document
Fields§
§bytes: u64
TODO: Document
nodes: Vec<Node>
TODO: Document
Trait Implementations§
source§impl CompactEncoding<DataSeek> for HypercoreState
impl CompactEncoding<DataSeek> for HypercoreState
source§impl PartialEq for DataSeek
impl PartialEq for DataSeek
impl StructuralPartialEq for DataSeek
Auto Trait Implementations§
impl Freeze for DataSeek
impl RefUnwindSafe for DataSeek
impl Send for DataSeek
impl Sync for DataSeek
impl Unpin for DataSeek
impl UnwindSafe for DataSeek
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)