pub struct EncodingMap { /* private fields */ }
Expand description
Internal map that keeps track of encodings for various world imports and exports.
Stored in ModuleMetadata
.
Implementations§
Source§impl EncodingMap
impl EncodingMap
Trait Implementations§
Source§impl Default for EncodingMap
impl Default for EncodingMap
Source§fn default() -> EncodingMap
fn default() -> EncodingMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EncodingMap
impl RefUnwindSafe for EncodingMap
impl Send for EncodingMap
impl Sync for EncodingMap
impl Unpin for EncodingMap
impl UnwindSafe for EncodingMap
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