Struct starknet_accounts::RawAccountDeployment
source · pub struct RawAccountDeployment { /* private fields */ }Expand description
AccountDeployment but with nonce and max_fee already determined.
Implementations§
Trait Implementations§
source§impl Clone for RawAccountDeployment
impl Clone for RawAccountDeployment
source§fn clone(&self) -> RawAccountDeployment
fn clone(&self) -> RawAccountDeployment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for RawAccountDeployment
impl Send for RawAccountDeployment
impl Sync for RawAccountDeployment
impl Unpin for RawAccountDeployment
impl UnwindSafe for RawAccountDeployment
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