pub enum SlimError {
SerializationError,
DeserializationError,
StreamError,
StreamClosed,
}
Variants§
Trait Implementations§
Source§impl<R: Read> Deserialize<R> for SlimError
impl<R: Read> Deserialize<R> for SlimError
impl<S: Read + Write> Transportable<S> for SlimError
Auto Trait Implementations§
impl Freeze for SlimError
impl RefUnwindSafe for SlimError
impl Send for SlimError
impl Sync for SlimError
impl Unpin for SlimError
impl UnwindSafe for SlimError
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