#[repr(C)]pub struct PioModuleSourceMapEntryView {
pub target: PioStringView,
pub relation: PioStringView,
pub span_count: usize,
}Expand description
One typed value target and its relation to source bytes.
Fields§
§target: PioStringView§relation: PioStringView§span_count: usizeTrait Implementations§
Source§impl Clone for PioModuleSourceMapEntryView
impl Clone for PioModuleSourceMapEntryView
Source§fn clone(&self) -> PioModuleSourceMapEntryView
fn clone(&self) -> PioModuleSourceMapEntryView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioModuleSourceMapEntryView
Auto Trait Implementations§
impl !Send for PioModuleSourceMapEntryView
impl !Sync for PioModuleSourceMapEntryView
impl Freeze for PioModuleSourceMapEntryView
impl RefUnwindSafe for PioModuleSourceMapEntryView
impl Unpin for PioModuleSourceMapEntryView
impl UnsafeUnpin for PioModuleSourceMapEntryView
impl UnwindSafe for PioModuleSourceMapEntryView
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