Struct multiversx_sc::abi::TypeNames
source · pub struct TypeNames {
pub abi: String,
pub rust: String,
}
Fields§
§abi: String
§rust: String
Implementations§
Trait Implementations§
source§impl PartialEq for TypeNames
impl PartialEq for TypeNames
impl Eq for TypeNames
impl StructuralPartialEq for TypeNames
Auto Trait Implementations§
impl Freeze for TypeNames
impl RefUnwindSafe for TypeNames
impl Send for TypeNames
impl Sync for TypeNames
impl Unpin for TypeNames
impl UnwindSafe for TypeNames
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