pub struct Amirs {
pub entrypoint: AmirId,
pub amirs: Vec<Amir>,
}
Fields§
§entrypoint: AmirId
§amirs: Vec<Amir>
Trait Implementations§
impl StructuralPartialEq for Amirs
Auto Trait Implementations§
impl Freeze for Amirs
impl RefUnwindSafe for Amirs
impl Send for Amirs
impl Sync for Amirs
impl Unpin for Amirs
impl UnwindSafe for Amirs
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