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