pub enum ReplayError {
IoError(Error),
}Variants§
Trait Implementations§
Source§impl Debug for ReplayError
impl Debug for ReplayError
Auto Trait Implementations§
impl Freeze for ReplayError
impl !RefUnwindSafe for ReplayError
impl Send for ReplayError
impl Sync for ReplayError
impl Unpin for ReplayError
impl !UnwindSafe for ReplayError
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