pub struct ForLifetimes<'tree> {
pub span: Span,
pub children: Vec<Lifetime<'tree>>,
}Fields§
§span: Span§children: Vec<Lifetime<'tree>>Trait Implementations§
Source§impl<'tree> Clone for ForLifetimes<'tree>
impl<'tree> Clone for ForLifetimes<'tree>
Source§fn clone(&self) -> ForLifetimes<'tree>
fn clone(&self) -> ForLifetimes<'tree>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for ForLifetimes<'tree>
impl<'tree> Debug for ForLifetimes<'tree>
Source§impl<'tree> FromNode<'tree> for ForLifetimes<'tree>
impl<'tree> FromNode<'tree> for ForLifetimes<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ForLifetimes<'tree>
impl<'tree> RefUnwindSafe for ForLifetimes<'tree>
impl<'tree> Send for ForLifetimes<'tree>
impl<'tree> Sync for ForLifetimes<'tree>
impl<'tree> Unpin for ForLifetimes<'tree>
impl<'tree> UnsafeUnpin for ForLifetimes<'tree>
impl<'tree> UnwindSafe for ForLifetimes<'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