pub struct DeclTableExt2 {
pub entries: HashMap<String, String>,
}Expand description
A declaration table mapping names to types.
Fields§
§entries: HashMap<String, String>Map from name to type string
Implementations§
Source§impl DeclTableExt2
impl DeclTableExt2
Trait Implementations§
Source§impl Clone for DeclTableExt2
impl Clone for DeclTableExt2
Source§fn clone(&self) -> DeclTableExt2
fn clone(&self) -> DeclTableExt2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeclTableExt2
impl Debug for DeclTableExt2
Source§impl Default for DeclTableExt2
impl Default for DeclTableExt2
Source§fn default() -> DeclTableExt2
fn default() -> DeclTableExt2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeclTableExt2
impl RefUnwindSafe for DeclTableExt2
impl Send for DeclTableExt2
impl Sync for DeclTableExt2
impl Unpin for DeclTableExt2
impl UnsafeUnpin for DeclTableExt2
impl UnwindSafe for DeclTableExt2
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