pub struct Uint32VecBuilder(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Builder for Uint32VecBuilder
impl Builder for Uint32VecBuilder
Source§impl Debug for Uint32VecBuilder
impl Debug for Uint32VecBuilder
Source§impl Default for Uint32VecBuilder
impl Default for Uint32VecBuilder
Source§fn default() -> Uint32VecBuilder
fn default() -> Uint32VecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Uint32VecBuilder
impl RefUnwindSafe for Uint32VecBuilder
impl Send for Uint32VecBuilder
impl Sync for Uint32VecBuilder
impl Unpin for Uint32VecBuilder
impl UnwindSafe for Uint32VecBuilder
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