pub struct SourceMapLocation {
pub symbol: VmScopeSymbol,
pub operation: Option<usize>,
}
Fields§
§symbol: VmScopeSymbol
§operation: Option<usize>
Implementations§
Source§impl SourceMapLocation
impl SourceMapLocation
pub fn symbol(symbol: VmScopeSymbol) -> Self
pub fn symbol_operation(symbol: VmScopeSymbol, operation: usize) -> Self
Trait Implementations§
Source§impl Clone for SourceMapLocation
impl Clone for SourceMapLocation
Source§fn clone(&self) -> SourceMapLocation
fn clone(&self) -> SourceMapLocation
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 Debug for SourceMapLocation
impl Debug for SourceMapLocation
Source§impl<'de> Deserialize<'de> for SourceMapLocation
impl<'de> Deserialize<'de> for SourceMapLocation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SourceMapLocation
impl Hash for SourceMapLocation
Source§impl PartialEq for SourceMapLocation
impl PartialEq for SourceMapLocation
Source§impl Serialize for SourceMapLocation
impl Serialize for SourceMapLocation
impl Copy for SourceMapLocation
impl Eq for SourceMapLocation
impl StructuralPartialEq for SourceMapLocation
Auto Trait Implementations§
impl Freeze for SourceMapLocation
impl RefUnwindSafe for SourceMapLocation
impl Send for SourceMapLocation
impl Sync for SourceMapLocation
impl Unpin for SourceMapLocation
impl UnwindSafe for SourceMapLocation
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