pub struct MemoryDataStore {
pub links: HashMap<String, Link>,
}
Fields§
§links: HashMap<String, Link>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryDataStore
impl RefUnwindSafe for MemoryDataStore
impl Send for MemoryDataStore
impl Sync for MemoryDataStore
impl Unpin for MemoryDataStore
impl UnwindSafe for MemoryDataStore
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