Struct swc_common::errors::SubstitutionPart
source · [−]Fields
span: Span
snippet: String
Trait Implementations
sourceimpl Clone for SubstitutionPart
impl Clone for SubstitutionPart
sourcefn clone(&self) -> SubstitutionPart
fn clone(&self) -> SubstitutionPart
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 SubstitutionPart
impl Debug for SubstitutionPart
sourceimpl Hash for SubstitutionPart
impl Hash for SubstitutionPart
sourceimpl PartialEq<SubstitutionPart> for SubstitutionPart
impl PartialEq<SubstitutionPart> for SubstitutionPart
sourcefn eq(&self, other: &SubstitutionPart) -> bool
fn eq(&self, other: &SubstitutionPart) -> bool
impl Eq for SubstitutionPart
impl StructuralEq for SubstitutionPart
impl StructuralPartialEq for SubstitutionPart
Auto Trait Implementations
impl RefUnwindSafe for SubstitutionPart
impl Send for SubstitutionPart
impl Sync for SubstitutionPart
impl Unpin for SubstitutionPart
impl UnwindSafe for SubstitutionPart
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