pub struct Tracking;
Expand description
Tracking provides Tracked decoration for syntax types.
Trait Implementations§
Source§impl Decoration for Tracking
impl Decoration for Tracking
Auto Trait Implementations§
impl Freeze for Tracking
impl RefUnwindSafe for Tracking
impl Send for Tracking
impl Sync for Tracking
impl Unpin for Tracking
impl UnwindSafe for Tracking
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