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