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