pub struct Dot<'tree> {
pub span: Span,
pub left: DotLeft<'tree>,
pub operator: DotOperator,
pub right: Option<DotRight<'tree>>,
}Fields§
§span: Span§left: DotLeft<'tree>§operator: DotOperator§right: Option<DotRight<'tree>>Trait Implementations§
impl<'tree> Eq for Dot<'tree>
impl<'tree> StructuralPartialEq for Dot<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Dot<'tree>
impl<'tree> RefUnwindSafe for Dot<'tree>
impl<'tree> Send for Dot<'tree>
impl<'tree> Sync for Dot<'tree>
impl<'tree> Unpin for Dot<'tree>
impl<'tree> UnsafeUnpin for Dot<'tree>
impl<'tree> UnwindSafe for Dot<'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