pub struct DecodedParam {
pub param: Param,
pub value: Value,
}
Expand description
ABI decoded param value.
Fields§
§param: Param
§value: Value
Trait Implementations§
Source§impl Clone for DecodedParam
impl Clone for DecodedParam
Source§fn clone(&self) -> DecodedParam
fn clone(&self) -> DecodedParam
Returns a duplicate 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 DecodedParam
impl Debug for DecodedParam
Source§impl PartialEq for DecodedParam
impl PartialEq for DecodedParam
impl Eq for DecodedParam
impl StructuralPartialEq for DecodedParam
Auto Trait Implementations§
impl Freeze for DecodedParam
impl RefUnwindSafe for DecodedParam
impl Send for DecodedParam
impl Sync for DecodedParam
impl Unpin for DecodedParam
impl UnwindSafe for DecodedParam
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