pub struct Modifiers<'tree> {
pub span: Span,
pub children: Vec<ModifiersChildren<'tree>>,
}Fields§
§span: Span§children: Vec<ModifiersChildren<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Modifiers<'tree>
impl<'tree> RefUnwindSafe for Modifiers<'tree>
impl<'tree> Send for Modifiers<'tree>
impl<'tree> Sync for Modifiers<'tree>
impl<'tree> Unpin for Modifiers<'tree>
impl<'tree> UnsafeUnpin for Modifiers<'tree>
impl<'tree> UnwindSafe for Modifiers<'tree>
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