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