pub struct Uint64VecBuilder(/* private fields */);Implementations§
Source§impl Uint64VecBuilder
impl Uint64VecBuilder
pub const ITEM_SIZE: usize = 8
pub fn set(self, v: Vec<Uint64>) -> Uint64VecBuilder
pub fn push<T>(self, v: T) -> Uint64VecBuilder
pub fn extend<T>(self, iter: T) -> Uint64VecBuilderwhere
T: IntoIterator<Item = Uint64>,
pub fn replace<T>(&mut self, index: usize, v: T) -> Option<Uint64>
Trait Implementations§
Source§impl Builder for Uint64VecBuilder
impl Builder for Uint64VecBuilder
Source§impl Clone for Uint64VecBuilder
impl Clone for Uint64VecBuilder
Source§fn clone(&self) -> Uint64VecBuilder
fn clone(&self) -> Uint64VecBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Uint64VecBuilder
impl Debug for Uint64VecBuilder
Source§impl Default for Uint64VecBuilder
impl Default for Uint64VecBuilder
Source§fn default() -> Uint64VecBuilder
fn default() -> Uint64VecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Uint64VecBuilder
impl RefUnwindSafe for Uint64VecBuilder
impl Send for Uint64VecBuilder
impl Sync for Uint64VecBuilder
impl Unpin for Uint64VecBuilder
impl UnsafeUnpin for Uint64VecBuilder
impl UnwindSafe for Uint64VecBuilder
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