pub struct AbiType(pub String, pub Type);
Expand description
An ABI type.
Tuple Fields§
§0: String
§1: Type
Trait Implementations§
impl StructuralPartialEq for AbiType
Auto Trait Implementations§
impl Freeze for AbiType
impl RefUnwindSafe for AbiType
impl Send for AbiType
impl Sync for AbiType
impl Unpin for AbiType
impl UnwindSafe for AbiType
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