pub struct Comment<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Comment<'tree>
impl<'tree> RefUnwindSafe for Comment<'tree>
impl<'tree> Send for Comment<'tree>
impl<'tree> Sync for Comment<'tree>
impl<'tree> Unpin for Comment<'tree>
impl<'tree> UnsafeUnpin for Comment<'tree>
impl<'tree> UnwindSafe for Comment<'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