Struct quil_rs::instruction::TargetPlaceholder
source · pub struct TargetPlaceholder(/* private fields */);
Expand description
An opaque placeholder for a label whose index may be assigned at a later time.
Implementations§
Trait Implementations§
source§impl Clone for TargetPlaceholder
impl Clone for TargetPlaceholder
source§fn clone(&self) -> TargetPlaceholder
fn clone(&self) -> TargetPlaceholder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TargetPlaceholder
impl Debug for TargetPlaceholder
source§impl Hash for TargetPlaceholder
impl Hash for TargetPlaceholder
source§impl Ord for TargetPlaceholder
impl Ord for TargetPlaceholder
source§impl PartialEq<TargetPlaceholder> for TargetPlaceholder
impl PartialEq<TargetPlaceholder> for TargetPlaceholder
source§impl PartialOrd<TargetPlaceholder> for TargetPlaceholder
impl PartialOrd<TargetPlaceholder> for TargetPlaceholder
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for TargetPlaceholder
impl StructuralEq for TargetPlaceholder
Auto Trait Implementations§
impl RefUnwindSafe for TargetPlaceholder
impl Send for TargetPlaceholder
impl Sync for TargetPlaceholder
impl Unpin for TargetPlaceholder
impl UnwindSafe for TargetPlaceholder
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.