pub struct LockedValuesContainer<'a, U> { /* private fields */ }
Expand description
Represents a lock to an MbarcMap’s internal map, used exclusively for locked, value-only iteration
see iter_values_exclusive
Implementations§
Auto Trait Implementations§
impl<'a, U> Freeze for LockedValuesContainer<'a, U>
impl<'a, U> RefUnwindSafe for LockedValuesContainer<'a, U>
impl<'a, U> !Send for LockedValuesContainer<'a, U>
impl<'a, U> Sync for LockedValuesContainer<'a, U>where
U: Send,
impl<'a, U> Unpin for LockedValuesContainer<'a, U>
impl<'a, U> UnwindSafe for LockedValuesContainer<'a, U>
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