Struct sov_modules_api::CallResponse
source · pub struct CallResponse {}
Expand description
Response type for the Module::call
method.
Trait Implementations§
source§impl Debug for CallResponse
impl Debug for CallResponse
source§impl Default for CallResponse
impl Default for CallResponse
source§fn default() -> CallResponse
fn default() -> CallResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CallResponse
impl Send for CallResponse
impl Sync for CallResponse
impl Unpin for CallResponse
impl UnwindSafe for CallResponse
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