Struct rustc_ap_rustc_data_structures::snapshot_map::SnapshotMap [−][src]
pub struct SnapshotMap<K, V, M = FxHashMap<K, V>, L = VecLog<UndoLog<K, V>>> { /* fields omitted */ }
Implementations
impl<K, V, M, L> SnapshotMap<K, V, M, L>
[src]
impl<K, V, M, L> SnapshotMap<K, V, M, L>
[src]pub fn with_log<L2>(&mut self, undo_log: L2) -> SnapshotMap<K, V, &mut M, L2>
[src]
impl<K, V, M, L> SnapshotMap<K, V, M, L> where
K: Hash + Clone + Eq,
M: BorrowMut<FxHashMap<K, V>> + Borrow<FxHashMap<K, V>>,
L: UndoLogs<UndoLog<K, V>>,
[src]
impl<K, V, M, L> SnapshotMap<K, V, M, L> where
K: Hash + Clone + Eq,
M: BorrowMut<FxHashMap<K, V>> + Borrow<FxHashMap<K, V>>,
L: UndoLogs<UndoLog<K, V>>,
[src]impl<K, V> SnapshotMap<K, V> where
K: Hash + Clone + Eq,
[src]
impl<K, V> SnapshotMap<K, V> where
K: Hash + Clone + Eq,
[src]Trait Implementations
impl<K, V, M, L> Default for SnapshotMap<K, V, M, L> where
M: Default,
L: Default,
[src]
impl<K, V, M, L> Default for SnapshotMap<K, V, M, L> where
M: Default,
L: Default,
[src]Auto Trait Implementations
impl<K, V, M, L> RefUnwindSafe for SnapshotMap<K, V, M, L> where
K: RefUnwindSafe,
L: RefUnwindSafe,
M: RefUnwindSafe,
V: RefUnwindSafe,
K: RefUnwindSafe,
L: RefUnwindSafe,
M: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V, M, L> Send for SnapshotMap<K, V, M, L> where
K: Send,
L: Send,
M: Send,
V: Send,
K: Send,
L: Send,
M: Send,
V: Send,
impl<K, V, M, L> Sync for SnapshotMap<K, V, M, L> where
K: Sync,
L: Sync,
M: Sync,
V: Sync,
K: Sync,
L: Sync,
M: Sync,
V: Sync,
impl<K, V, M, L> Unpin for SnapshotMap<K, V, M, L> where
K: Unpin,
L: Unpin,
M: Unpin,
V: Unpin,
K: Unpin,
L: Unpin,
M: Unpin,
V: Unpin,
impl<K, V, M, L> UnwindSafe for SnapshotMap<K, V, M, L> where
K: UnwindSafe,
L: UnwindSafe,
M: UnwindSafe,
V: UnwindSafe,
K: UnwindSafe,
L: UnwindSafe,
M: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,