pub struct TriplePatternMap<V, T> { /* private fields */ }
Expand description
Data-structure that maps triple patterns to values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V, T> Freeze for TriplePatternMap<V, T>
impl<V, T> RefUnwindSafe for TriplePatternMap<V, T>where
T: RefUnwindSafe,
V: RefUnwindSafe,
impl<V, T> Send for TriplePatternMap<V, T>
impl<V, T> Sync for TriplePatternMap<V, T>
impl<V, T> Unpin for TriplePatternMap<V, T>
impl<V, T> UnwindSafe for TriplePatternMap<V, T>where
T: UnwindSafe,
V: UnwindSafe,
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