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