pub struct AbiMap {
pub name: String,
pub key: AbiType,
pub value: AbiType,
}Fields§
§name: String§key: AbiType§value: AbiTypeTrait Implementations§
Source§impl<'de> Deserialize<'de> for AbiMap
impl<'de> Deserialize<'de> for AbiMap
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
Auto Trait Implementations§
impl Freeze for AbiMap
impl RefUnwindSafe for AbiMap
impl Send for AbiMap
impl Sync for AbiMap
impl Unpin for AbiMap
impl UnsafeUnpin for AbiMap
impl UnwindSafe for AbiMap
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