Struct starknet_accounts::Call
source · pub struct Call {
pub to: FieldElement,
pub selector: FieldElement,
pub calldata: Vec<FieldElement>,
}Fields§
§to: FieldElement§selector: FieldElement§calldata: Vec<FieldElement>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
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