pub struct MallFormedTransaction {
pub text: String,
}Expand description
Tried to parse in invalid transaction action
Fields§
§text: StringAuto Trait Implementations§
impl Freeze for MallFormedTransaction
impl RefUnwindSafe for MallFormedTransaction
impl Send for MallFormedTransaction
impl Sync for MallFormedTransaction
impl Unpin for MallFormedTransaction
impl UnwindSafe for MallFormedTransaction
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