pub enum SuspendableError {
IncompatibleVersion,
InvalidData,
}Expand description
Variants§
IncompatibleVersion
The serialized state was produced by a library version incompatible with this one.
InvalidData
The serialized state is malformed or corrupt.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SuspendableError
impl RefUnwindSafe for SuspendableError
impl Send for SuspendableError
impl Sync for SuspendableError
impl Unpin for SuspendableError
impl UnsafeUnpin for SuspendableError
impl UnwindSafe for SuspendableError
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