pub enum TrapError<Call, Create> {
Call(ActionParams, Call),
Create(ActionParams, Address, Create),
}
Variants
Call(ActionParams, Call)
Create(ActionParams, Address, Create)
Auto Trait Implementations
impl<Call, Create> !RefUnwindSafe for TrapError<Call, Create>
impl<Call, Create> !Send for TrapError<Call, Create>
impl<Call, Create> !Sync for TrapError<Call, Create>
impl<Call, Create> Unpin for TrapError<Call, Create> where
Call: Unpin,
Create: Unpin,
impl<Call, Create> !UnwindSafe for TrapError<Call, Create>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more