Struct pancake_engine_ssi::ds_n_a::ordered_dict::RemovalResult
source · pub struct RemovalResult<'s, K, V> {
pub removed_v: V,
pub neighbors: Neighbors<'s, K, V>,
}Fields§
§removed_v: V§neighbors: Neighbors<'s, K, V>Auto Trait Implementations§
impl<'s, K, V> RefUnwindSafe for RemovalResult<'s, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'s, K, V> Send for RemovalResult<'s, K, V>
impl<'s, K, V> Sync for RemovalResult<'s, K, V>
impl<'s, K, V> Unpin for RemovalResult<'s, K, V>where
V: Unpin,
impl<'s, K, V> UnwindSafe for RemovalResult<'s, K, V>
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