pub struct BufferTooSmallDetail { /* private fields */ }Expand description
Detail payload for “output buffer too small” during encoding.
Implementations§
Trait Implementations§
Source§impl Clone for BufferTooSmallDetail
impl Clone for BufferTooSmallDetail
Source§fn clone(&self) -> BufferTooSmallDetail
fn clone(&self) -> BufferTooSmallDetail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BufferTooSmallDetail
Source§impl Debug for BufferTooSmallDetail
impl Debug for BufferTooSmallDetail
Source§impl Display for BufferTooSmallDetail
impl Display for BufferTooSmallDetail
impl Eq for BufferTooSmallDetail
Source§impl Error for BufferTooSmallDetail
impl Error for BufferTooSmallDetail
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for BufferTooSmallDetail
impl Hash for BufferTooSmallDetail
Source§impl PartialEq for BufferTooSmallDetail
impl PartialEq for BufferTooSmallDetail
Source§fn eq(&self, other: &BufferTooSmallDetail) -> bool
fn eq(&self, other: &BufferTooSmallDetail) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BufferTooSmallDetail
Auto Trait Implementations§
impl Freeze for BufferTooSmallDetail
impl RefUnwindSafe for BufferTooSmallDetail
impl Send for BufferTooSmallDetail
impl Sync for BufferTooSmallDetail
impl Unpin for BufferTooSmallDetail
impl UnsafeUnpin for BufferTooSmallDetail
impl UnwindSafe for BufferTooSmallDetail
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