pub struct DecodeArena { /* private fields */ }Expand description
Owns stable byte buffers allocated during a decode.
Implementations§
Trait Implementations§
Source§impl Debug for DecodeArena
impl Debug for DecodeArena
Source§impl Default for DecodeArena
impl Default for DecodeArena
Source§fn default() -> DecodeArena
fn default() -> DecodeArena
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for DecodeArena
impl !RefUnwindSafe for DecodeArena
impl !Sync for DecodeArena
impl Send for DecodeArena
impl Unpin for DecodeArena
impl UnsafeUnpin for DecodeArena
impl UnwindSafe for DecodeArena
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