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