pub struct ReadCallFunctionDto {
pub abi_function: ReadAbiFunction,
}
Fields§
§abi_function: ReadAbiFunction
Implementations§
Source§impl ReadCallFunctionDto
impl ReadCallFunctionDto
pub fn new(abi_function: ReadAbiFunction) -> ReadCallFunctionDto
Trait Implementations§
Source§impl Clone for ReadCallFunctionDto
impl Clone for ReadCallFunctionDto
Source§fn clone(&self) -> ReadCallFunctionDto
fn clone(&self) -> ReadCallFunctionDto
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 moreSource§impl Debug for ReadCallFunctionDto
impl Debug for ReadCallFunctionDto
Source§impl Default for ReadCallFunctionDto
impl Default for ReadCallFunctionDto
Source§fn default() -> ReadCallFunctionDto
fn default() -> ReadCallFunctionDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReadCallFunctionDto
impl<'de> Deserialize<'de> for ReadCallFunctionDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReadCallFunctionDto
impl PartialEq for ReadCallFunctionDto
Source§impl Serialize for ReadCallFunctionDto
impl Serialize for ReadCallFunctionDto
impl StructuralPartialEq for ReadCallFunctionDto
Auto Trait Implementations§
impl Freeze for ReadCallFunctionDto
impl RefUnwindSafe for ReadCallFunctionDto
impl Send for ReadCallFunctionDto
impl Sync for ReadCallFunctionDto
impl Unpin for ReadCallFunctionDto
impl UnwindSafe for ReadCallFunctionDto
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