pub struct UnexpectedEnd;Expand description
Unexpectedly reached the end of the deserialization buffer
Trait Implementations§
Source§impl Clone for UnexpectedEnd
impl Clone for UnexpectedEnd
Source§fn clone(&self) -> UnexpectedEnd
fn clone(&self) -> UnexpectedEnd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnexpectedEnd
impl Debug for UnexpectedEnd
Source§impl Display for UnexpectedEnd
impl Display for UnexpectedEnd
Source§impl PartialEq for UnexpectedEnd
impl PartialEq for UnexpectedEnd
impl Eq for UnexpectedEnd
impl StructuralPartialEq for UnexpectedEnd
Auto Trait Implementations§
impl Freeze for UnexpectedEnd
impl RefUnwindSafe for UnexpectedEnd
impl Send for UnexpectedEnd
impl Sync for UnexpectedEnd
impl Unpin for UnexpectedEnd
impl UnwindSafe for UnexpectedEnd
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