pub struct HashMapGraphRef<T> { /* private fields */ }Implementations§
Source§impl<T: Clone> HashMapGraphRef<T>
impl<T: Clone> HashMapGraphRef<T>
Source§impl<T> HashMapGraphRef<T>
impl<T> HashMapGraphRef<T>
pub fn ptr_eq(&self, other: &HashMapGraphRef<T>) -> bool
Auto Trait Implementations§
impl<T> Freeze for HashMapGraphRef<T>
impl<T> !RefUnwindSafe for HashMapGraphRef<T>
impl<T> !Send for HashMapGraphRef<T>
impl<T> !Sync for HashMapGraphRef<T>
impl<T> Unpin for HashMapGraphRef<T>
impl<T> UnsafeUnpin for HashMapGraphRef<T>
impl<T> !UnwindSafe for HashMapGraphRef<T>
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