pub struct InMemorySemanticStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for InMemorySemanticStore
impl Default for InMemorySemanticStore
Auto Trait Implementations§
impl !Freeze for InMemorySemanticStore
impl RefUnwindSafe for InMemorySemanticStore
impl Send for InMemorySemanticStore
impl Sync for InMemorySemanticStore
impl Unpin for InMemorySemanticStore
impl UnsafeUnpin for InMemorySemanticStore
impl UnwindSafe for InMemorySemanticStore
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