pub struct SourceMapReference {
pub js_url: Url,
pub map_url: Url,
pub inline: bool,
}Expand description
Source map detection result
Fields§
§js_url: Url§map_url: Url§inline: boolTrait Implementations§
Source§impl Clone for SourceMapReference
impl Clone for SourceMapReference
Source§fn clone(&self) -> SourceMapReference
fn clone(&self) -> SourceMapReference
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 moreAuto Trait Implementations§
impl Freeze for SourceMapReference
impl RefUnwindSafe for SourceMapReference
impl Send for SourceMapReference
impl Sync for SourceMapReference
impl Unpin for SourceMapReference
impl UnsafeUnpin for SourceMapReference
impl UnwindSafe for SourceMapReference
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