pub struct OpenQASM;
Implementations§
Auto Trait Implementations§
impl Freeze for OpenQASM
impl RefUnwindSafe for OpenQASM
impl Send for OpenQASM
impl Sync for OpenQASM
impl Unpin for OpenQASM
impl UnwindSafe for OpenQASM
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