pub struct UnionError(/* private fields */);
Expand description
Contains the different errors that occurred when deserializing a union.
Trait Implementations§
Source§impl Debug for UnionError
impl Debug for UnionError
Source§impl Display for UnionError
impl Display for UnionError
Auto Trait Implementations§
impl Freeze for UnionError
impl !RefUnwindSafe for UnionError
impl Send for UnionError
impl Sync for UnionError
impl Unpin for UnionError
impl !UnwindSafe for UnionError
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