pub struct UncleBlockVecViewBuilder { /* private fields */ }Implementations§
Source§impl UncleBlockVecViewBuilder
impl UncleBlockVecViewBuilder
pub const FIELD_COUNT: usize = 2usize
pub fn hashes<T>(self, v: T) -> UncleBlockVecViewBuilder
pub fn data<T>(self, v: T) -> UncleBlockVecViewBuilderwhere
T: Into<UncleBlockVec>,
Trait Implementations§
Source§impl Builder for UncleBlockVecViewBuilder
impl Builder for UncleBlockVecViewBuilder
Source§impl Clone for UncleBlockVecViewBuilder
impl Clone for UncleBlockVecViewBuilder
Source§fn clone(&self) -> UncleBlockVecViewBuilder
fn clone(&self) -> UncleBlockVecViewBuilder
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UncleBlockVecViewBuilder
impl Debug for UncleBlockVecViewBuilder
Source§impl Default for UncleBlockVecViewBuilder
impl Default for UncleBlockVecViewBuilder
Source§fn default() -> UncleBlockVecViewBuilder
fn default() -> UncleBlockVecViewBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for UncleBlockVecViewBuilder
impl RefUnwindSafe for UncleBlockVecViewBuilder
impl Send for UncleBlockVecViewBuilder
impl Sync for UncleBlockVecViewBuilder
impl Unpin for UncleBlockVecViewBuilder
impl UnwindSafe for UncleBlockVecViewBuilder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)