pub struct BufferFull;Expand description
The serialization buffer is full
Trait Implementations§
Source§impl Debug for BufferFull
impl Debug for BufferFull
Auto Trait Implementations§
impl Freeze for BufferFull
impl RefUnwindSafe for BufferFull
impl Send for BufferFull
impl Sync for BufferFull
impl Unpin for BufferFull
impl UnwindSafe for BufferFull
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