pub struct Byte32VecBuilder(/* private fields */);Implementations§
Source§impl Byte32VecBuilder
impl Byte32VecBuilder
pub const ITEM_SIZE: usize = 32usize
pub fn set(self, v: Vec<Byte32>) -> Byte32VecBuilder
pub fn push<T>(self, v: T) -> Byte32VecBuilder
pub fn extend<T>(self, iter: T) -> Byte32VecBuilderwhere
T: IntoIterator<Item = Byte32>,
pub fn replace<T>(&mut self, index: usize, v: T) -> Option<Byte32>
Trait Implementations§
Source§impl Builder for Byte32VecBuilder
impl Builder for Byte32VecBuilder
Source§impl Clone for Byte32VecBuilder
impl Clone for Byte32VecBuilder
Source§fn clone(&self) -> Byte32VecBuilder
fn clone(&self) -> Byte32VecBuilder
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 Byte32VecBuilder
impl Debug for Byte32VecBuilder
Source§impl Default for Byte32VecBuilder
impl Default for Byte32VecBuilder
Source§fn default() -> Byte32VecBuilder
fn default() -> Byte32VecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Byte32VecBuilder
impl RefUnwindSafe for Byte32VecBuilder
impl Send for Byte32VecBuilder
impl Sync for Byte32VecBuilder
impl Unpin for Byte32VecBuilder
impl UnwindSafe for Byte32VecBuilder
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)