pub struct ReachingDefs;Expand description
Marker type for the reaching-definitions dataflow primitive.
Trait Implementations§
Source§impl Clone for ReachingDefs
impl Clone for ReachingDefs
Source§fn clone(&self) -> ReachingDefs
fn clone(&self) -> ReachingDefs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReachingDefs
Source§impl Debug for ReachingDefs
impl Debug for ReachingDefs
impl Eq for ReachingDefs
Source§impl PartialEq for ReachingDefs
impl PartialEq for ReachingDefs
Source§impl SoundnessTagged for ReachingDefs
impl SoundnessTagged for ReachingDefs
impl StructuralPartialEq for ReachingDefs
Auto Trait Implementations§
impl Freeze for ReachingDefs
impl RefUnwindSafe for ReachingDefs
impl Send for ReachingDefs
impl Sync for ReachingDefs
impl Unpin for ReachingDefs
impl UnsafeUnpin for ReachingDefs
impl UnwindSafe for ReachingDefs
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.