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