pub struct AstRegisters { /* private fields */ }Auto Trait Implementations§
impl !Freeze for AstRegisters
impl !RefUnwindSafe for AstRegisters
impl Send for AstRegisters
impl !Sync for AstRegisters
impl Unpin for AstRegisters
impl UnsafeUnpin for AstRegisters
impl UnwindSafe for AstRegisters
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