pub enum SendCallsResult {
Hash(String),
Receipt(UserOperationReceipt),
}Expand description
Result of PolyesterSmartAccount::send_calls.
Variants§
Hash(String)
Receipt(UserOperationReceipt)
Trait Implementations§
Source§impl Clone for SendCallsResult
impl Clone for SendCallsResult
Source§fn clone(&self) -> SendCallsResult
fn clone(&self) -> SendCallsResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Freeze for SendCallsResult
impl RefUnwindSafe for SendCallsResult
impl Send for SendCallsResult
impl Sync for SendCallsResult
impl Unpin for SendCallsResult
impl UnsafeUnpin for SendCallsResult
impl UnwindSafe for SendCallsResult
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