pub struct NotEnoughSpace;Expand description
The encoder was unable to encode all the input data into the provided buffer, it might have encoded some data (or it didn’t), but there remains more to encode.
Trait Implementations§
Source§impl Clone for NotEnoughSpace
impl Clone for NotEnoughSpace
Source§fn clone(&self) -> NotEnoughSpace
fn clone(&self) -> NotEnoughSpace
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NotEnoughSpace
impl Debug for NotEnoughSpace
Source§impl PartialEq for NotEnoughSpace
impl PartialEq for NotEnoughSpace
impl Copy for NotEnoughSpace
impl Eq for NotEnoughSpace
impl StructuralPartialEq for NotEnoughSpace
Auto Trait Implementations§
impl Freeze for NotEnoughSpace
impl RefUnwindSafe for NotEnoughSpace
impl Send for NotEnoughSpace
impl Sync for NotEnoughSpace
impl Unpin for NotEnoughSpace
impl UnsafeUnpin for NotEnoughSpace
impl UnwindSafe for NotEnoughSpace
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)