pub struct IrSourceTag {
pub name: String,
pub target_kind: String,
pub target: String,
pub span: SourceSpan,
}Fields§
§name: String§target_kind: String§target: String§span: SourceSpanTrait Implementations§
Source§impl Clone for IrSourceTag
impl Clone for IrSourceTag
Source§fn clone(&self) -> IrSourceTag
fn clone(&self) -> IrSourceTag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IrSourceTag
impl Debug for IrSourceTag
impl Eq for IrSourceTag
Source§impl PartialEq for IrSourceTag
impl PartialEq for IrSourceTag
impl StructuralPartialEq for IrSourceTag
Auto Trait Implementations§
impl Freeze for IrSourceTag
impl RefUnwindSafe for IrSourceTag
impl Send for IrSourceTag
impl Sync for IrSourceTag
impl Unpin for IrSourceTag
impl UnsafeUnpin for IrSourceTag
impl UnwindSafe for IrSourceTag
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