Struct swc_common::source_map::StableSourceFileId
source · [−]pub struct StableSourceFileId(_);
Implementations
sourceimpl StableSourceFileId
impl StableSourceFileId
pub fn new(source_file: &SourceFile) -> StableSourceFileId
Trait Implementations
sourceimpl Clone for StableSourceFileId
impl Clone for StableSourceFileId
sourcefn clone(&self) -> StableSourceFileId
fn clone(&self) -> StableSourceFileId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StableSourceFileId
impl Debug for StableSourceFileId
sourceimpl Hash for StableSourceFileId
impl Hash for StableSourceFileId
sourceimpl PartialEq<StableSourceFileId> for StableSourceFileId
impl PartialEq<StableSourceFileId> for StableSourceFileId
sourcefn eq(&self, other: &StableSourceFileId) -> bool
fn eq(&self, other: &StableSourceFileId) -> bool
impl Copy for StableSourceFileId
impl Eq for StableSourceFileId
impl StructuralEq for StableSourceFileId
impl StructuralPartialEq for StableSourceFileId
Auto Trait Implementations
impl RefUnwindSafe for StableSourceFileId
impl Send for StableSourceFileId
impl Sync for StableSourceFileId
impl Unpin for StableSourceFileId
impl UnwindSafe for StableSourceFileId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more