pub struct WatchFile(/* private fields */);Expand description
A node in the syntax tree for $ast
Implementations§
Trait Implementations§
impl Eq for WatchFile
impl StructuralPartialEq for WatchFile
Auto Trait Implementations§
impl Freeze for WatchFile
impl !RefUnwindSafe for WatchFile
impl !Send for WatchFile
impl !Sync for WatchFile
impl Unpin for WatchFile
impl !UnwindSafe for WatchFile
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