pub enum RecoveryPointError {
ReaderError(BitReaderError),
}Variants§
ReaderError(BitReaderError)
Trait Implementations§
Source§impl Debug for RecoveryPointError
impl Debug for RecoveryPointError
Source§impl From<BitReaderError> for RecoveryPointError
impl From<BitReaderError> for RecoveryPointError
Source§fn from(e: BitReaderError) -> Self
fn from(e: BitReaderError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for RecoveryPointError
impl !UnwindSafe for RecoveryPointError
impl Freeze for RecoveryPointError
impl Send for RecoveryPointError
impl Sync for RecoveryPointError
impl Unpin for RecoveryPointError
impl UnsafeUnpin for RecoveryPointError
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