pub struct AbiStruct {
pub name: String,
pub base: String,
pub fields: Vec<AbiField>,
}
Fields§
§name: String
§base: String
§fields: Vec<AbiField>
Trait Implementations§
impl StructuralPartialEq for AbiStruct
Auto Trait Implementations§
impl Freeze for AbiStruct
impl RefUnwindSafe for AbiStruct
impl Send for AbiStruct
impl Sync for AbiStruct
impl Unpin for AbiStruct
impl UnwindSafe for AbiStruct
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