pub struct StrBufferBuilder { /* private fields */ }Expand description
Incremental builder (append / scatter paths).
Implementations§
Trait Implementations§
Source§impl Default for StrBufferBuilder
impl Default for StrBufferBuilder
Source§fn default() -> StrBufferBuilder
fn default() -> StrBufferBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StrBufferBuilder
impl RefUnwindSafe for StrBufferBuilder
impl Send for StrBufferBuilder
impl Sync for StrBufferBuilder
impl Unpin for StrBufferBuilder
impl UnsafeUnpin for StrBufferBuilder
impl UnwindSafe for StrBufferBuilder
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