pub struct MsgBuf { /* private fields */ }Expand description
A fixed-capacity stack buffer for composing trace messages without alloc.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgBuf
impl RefUnwindSafe for MsgBuf
impl Send for MsgBuf
impl Sync for MsgBuf
impl Unpin for MsgBuf
impl UnsafeUnpin for MsgBuf
impl UnwindSafe for MsgBuf
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