Struct rustc_errors::SubstitutionPart
source · pub struct SubstitutionPart {
pub span: Span,
pub snippet: String,
}
Fields§
§span: Span
§snippet: String
Implementations§
source§impl SubstitutionPart
impl SubstitutionPart
pub fn is_addition(&self, sm: &SourceMap) -> bool
pub fn is_deletion(&self, sm: &SourceMap) -> bool
pub fn is_replacement(&self, sm: &SourceMap) -> bool
pub(crate) fn replaces_meaningful_content(&self, sm: &SourceMap) -> bool
Trait Implementations§
source§impl Clone for SubstitutionPart
impl Clone for SubstitutionPart
source§fn clone(&self) -> SubstitutionPart
fn clone(&self) -> SubstitutionPart
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 SubstitutionPart
impl Debug for SubstitutionPart
source§impl<__D: Decoder> Decodable<__D> for SubstitutionPart
impl<__D: Decoder> Decodable<__D> for SubstitutionPart
source§impl<__E: Encoder> Encodable<__E> for SubstitutionPart
impl<__E: Encoder> Encodable<__E> for SubstitutionPart
source§impl Hash for SubstitutionPart
impl Hash for SubstitutionPart
source§impl PartialEq<SubstitutionPart> for SubstitutionPart
impl PartialEq<SubstitutionPart> for SubstitutionPart
source§fn eq(&self, other: &SubstitutionPart) -> bool
fn eq(&self, other: &SubstitutionPart) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes