pub struct QubitSet { /* private fields */ }Expand description
A collection of qubits for multi-qubit operations
Implementations§
Trait Implementations§
impl Eq for QubitSet
impl StructuralPartialEq for QubitSet
Auto Trait Implementations§
impl Freeze for QubitSet
impl RefUnwindSafe for QubitSet
impl Send for QubitSet
impl Sync for QubitSet
impl Unpin for QubitSet
impl UnwindSafe for QubitSet
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