pub struct BackwardSlice;Expand description
Marker type for the backward-slice dataflow primitive.
Trait Implementations§
Source§impl Clone for BackwardSlice
impl Clone for BackwardSlice
Source§fn clone(&self) -> BackwardSlice
fn clone(&self) -> BackwardSlice
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 BackwardSlice
Source§impl Debug for BackwardSlice
impl Debug for BackwardSlice
impl Eq for BackwardSlice
Source§impl PartialEq for BackwardSlice
impl PartialEq for BackwardSlice
Source§impl SoundnessTagged for BackwardSlice
impl SoundnessTagged for BackwardSlice
impl StructuralPartialEq for BackwardSlice
Auto Trait Implementations§
impl Freeze for BackwardSlice
impl RefUnwindSafe for BackwardSlice
impl Send for BackwardSlice
impl Sync for BackwardSlice
impl Unpin for BackwardSlice
impl UnsafeUnpin for BackwardSlice
impl UnwindSafe for BackwardSlice
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.