Struct litcheck_core::variables::Variables
source · pub struct Variables<K, V>(/* private fields */)
where
VariableName<K>: Eq + Ord;
Implementations§
Trait Implementations§
source§impl<K, V> FromIterator<Variable<K, V>> for Variables<K, V>
impl<K, V> FromIterator<Variable<K, V>> for Variables<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for Variables<K, V>
impl<K, V> RefUnwindSafe for Variables<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for Variables<K, V>
impl<K, V> Sync for Variables<K, V>
impl<K, V> Unpin for Variables<K, V>
impl<K, V> UnwindSafe for Variables<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