pub struct TransactionSerializationError;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransactionSerializationError
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