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