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