pub struct TransactionSerializationError;
Trait Implementations§
source§impl ErrorKind for TransactionSerializationError
impl ErrorKind for TransactionSerializationError
fn with_message<S: Into<Cow<'static, str>>>(s: S) -> Error
fn with_source<E: Error + Send + Sync + 'static>(src: E) -> Error
fn with_source_box(src: Box<dyn Error + Send + Sync>) -> Error
fn with_source_ref<T>(src: T) -> Errorwhere T: AsRef<dyn Error + Send + Sync> + Send + Sync + 'static,
fn build() -> Error
Auto Trait Implementations§
impl RefUnwindSafe for TransactionSerializationError
impl Send for TransactionSerializationError
impl Sync for TransactionSerializationError
impl Unpin for TransactionSerializationError
impl UnwindSafe for TransactionSerializationError
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