pub struct RsDecodeError;Expand description
Error returned when RS decoding fails (too many errors).
Trait Implementations§
Source§impl Debug for RsDecodeError
impl Debug for RsDecodeError
Source§impl Display for RsDecodeError
impl Display for RsDecodeError
Source§impl PartialEq for RsDecodeError
impl PartialEq for RsDecodeError
impl StructuralPartialEq for RsDecodeError
Auto Trait Implementations§
impl Freeze for RsDecodeError
impl RefUnwindSafe for RsDecodeError
impl Send for RsDecodeError
impl Sync for RsDecodeError
impl Unpin for RsDecodeError
impl UnsafeUnpin for RsDecodeError
impl UnwindSafe for RsDecodeError
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