Struct debian_watch::WatchFile
source · pub struct WatchFile(/* private fields */);Implementations§
Trait Implementations§
source§impl PartialEq for WatchFile
impl PartialEq for WatchFile
impl Eq for WatchFile
impl StructuralEq for WatchFile
impl StructuralPartialEq for WatchFile
Auto Trait Implementations§
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