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