pub struct Uint64VecBuilder(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Builder for Uint64VecBuilder
impl Builder for Uint64VecBuilder
Source§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 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