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