pub struct IrSourceDescription {
pub value: String,
pub target_kind: String,
pub target: String,
pub span: SourceSpan,
}Fields§
§value: String§target_kind: String§target: String§span: SourceSpanTrait Implementations§
Source§impl Clone for IrSourceDescription
impl Clone for IrSourceDescription
Source§fn clone(&self) -> IrSourceDescription
fn clone(&self) -> IrSourceDescription
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 IrSourceDescription
impl Debug for IrSourceDescription
impl Eq for IrSourceDescription
Source§impl PartialEq for IrSourceDescription
impl PartialEq for IrSourceDescription
impl StructuralPartialEq for IrSourceDescription
Auto Trait Implementations§
impl Freeze for IrSourceDescription
impl RefUnwindSafe for IrSourceDescription
impl Send for IrSourceDescription
impl Sync for IrSourceDescription
impl Unpin for IrSourceDescription
impl UnsafeUnpin for IrSourceDescription
impl UnwindSafe for IrSourceDescription
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