Struct spacetimedb_lib::ser::serde::SerdeError
source · pub struct SerdeError<E>(pub E);Expand description
An error that occured when serializing SATS to a Serde data format.
Tuple Fields§
§0: ETrait Implementations§
source§impl<E> Error for SerdeError<E>where
E: Error,
impl<E> Error for SerdeError<E>where
E: Error,
source§fn custom<T>(msg: T) -> SerdeError<E>where
T: Display,
fn custom<T>(msg: T) -> SerdeError<E>where
T: Display,
Returns an error derived from
msg: impl Display.Auto Trait Implementations§
impl<E> RefUnwindSafe for SerdeError<E>where
E: RefUnwindSafe,
impl<E> Send for SerdeError<E>where
E: Send,
impl<E> Sync for SerdeError<E>where
E: Sync,
impl<E> Unpin for SerdeError<E>where
E: Unpin,
impl<E> UnwindSafe for SerdeError<E>where
E: UnwindSafe,
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