Struct git_next_file_watcher_actor::FileUpdated
source · pub struct FileUpdated;
Trait Implementations§
source§impl Debug for FileUpdated
impl Debug for FileUpdated
Auto Trait Implementations§
impl Freeze for FileUpdated
impl RefUnwindSafe for FileUpdated
impl Send for FileUpdated
impl Sync for FileUpdated
impl Unpin for FileUpdated
impl UnwindSafe for FileUpdated
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