pub struct RelClause {
pub kind: RelClauseKind,
pub body_sentence: u32,
}Expand description
A relative clause attached to a argument.
Fields§
§kind: RelClauseKind§body_sentence: u32Index into the sentences array of the containing AstBuffer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelClause
impl RefUnwindSafe for RelClause
impl Send for RelClause
impl Sync for RelClause
impl Unpin for RelClause
impl UnsafeUnpin for RelClause
impl UnwindSafe for RelClause
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