Struct spirt::spv::DebugSources
source · pub struct DebugSources {
pub file_contents: IndexMap<InternedStr, String, BuildHasherDefault<FxHasher>>,
}
Fields§
§file_contents: IndexMap<InternedStr, String, BuildHasherDefault<FxHasher>>
Trait Implementations§
source§impl Clone for DebugSources
impl Clone for DebugSources
source§fn clone(&self) -> DebugSources
fn clone(&self) -> DebugSources
Returns a copy 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 Default for DebugSources
impl Default for DebugSources
source§fn default() -> DebugSources
fn default() -> DebugSources
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DebugSources
impl Send for DebugSources
impl Sync for DebugSources
impl Unpin for DebugSources
impl UnwindSafe for DebugSources
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