pub struct AnsMap {
pub mp: BTreeMap<String, Answer>,
}Fields§
§mp: BTreeMap<String, Answer>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnsMap
impl RefUnwindSafe for AnsMap
impl Send for AnsMap
impl Sync for AnsMap
impl Unpin for AnsMap
impl UnwindSafe for AnsMap
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