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