Struct starknet_accounts::RawExecution
source · pub struct RawExecution { /* private fields */ }Expand description
Execution but with nonce and max_fee already determined.
Implementations§
source§impl RawExecution
impl RawExecution
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RawExecution
impl Send for RawExecution
impl Sync for RawExecution
impl Unpin for RawExecution
impl UnwindSafe for RawExecution
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