pub enum SvcDirectoryWatcherEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SvcDirectoryWatcherEvent
impl RefUnwindSafe for SvcDirectoryWatcherEvent
impl Send for SvcDirectoryWatcherEvent
impl Sync for SvcDirectoryWatcherEvent
impl Unpin for SvcDirectoryWatcherEvent
impl UnwindSafe for SvcDirectoryWatcherEvent
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