Struct ckb_types::packed::UncleBlockVecViewBuilder
source · [−]pub struct UncleBlockVecViewBuilder { /* private fields */ }
Implementations
sourceimpl UncleBlockVecViewBuilder
impl UncleBlockVecViewBuilder
pub const FIELD_COUNT: usize = 2usize
pub fn hashes(self, v: Byte32Vec) -> Self
pub fn data(self, v: UncleBlockVec) -> Self
Trait Implementations
sourceimpl Builder for UncleBlockVecViewBuilder
impl Builder for UncleBlockVecViewBuilder
sourceimpl Debug for UncleBlockVecViewBuilder
impl Debug for UncleBlockVecViewBuilder
sourceimpl Default for UncleBlockVecViewBuilder
impl Default for UncleBlockVecViewBuilder
sourcefn default() -> UncleBlockVecViewBuilder
fn default() -> UncleBlockVecViewBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for UncleBlockVecViewBuilder
impl Send for UncleBlockVecViewBuilder
impl Sync for UncleBlockVecViewBuilder
impl Unpin for UncleBlockVecViewBuilder
impl UnwindSafe for UncleBlockVecViewBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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