pub struct GradientStore<K = NodeIndex, V = Box<dyn Any>> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<K, V> Default for GradientStore<K, V>where
K: Ord,
impl<K, V> Default for GradientStore<K, V>where
K: Ord,
Source§impl<K, T> Index<K> for GradientStore<K, T>where
K: Ord,
impl<K, T> Index<K> for GradientStore<K, T>where
K: Ord,
Source§impl<K, T> IndexMut<K> for GradientStore<K, T>where
K: Ord,
impl<K, T> IndexMut<K> for GradientStore<K, T>where
K: Ord,
Auto Trait Implementations§
impl<K, V> Freeze for GradientStore<K, V>
impl<K, V> RefUnwindSafe for GradientStore<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for GradientStore<K, V>
impl<K, V> Sync for GradientStore<K, V>
impl<K, V> Unpin for GradientStore<K, V>
impl<K, V> UnwindSafe for GradientStore<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