pub struct RefInline {
pub span_range: Range<usize>,
pub rel: Relation,
pub rhs: RefIdent,
}
Fields§
§span_range: Range<usize>
The range of the span in the source text.
rel: Relation
§rhs: RefIdent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefInline
impl RefUnwindSafe for RefInline
impl Send for RefInline
impl Sync for RefInline
impl Unpin for RefInline
impl UnwindSafe for RefInline
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