pub struct WatchRegistration { /* private fields */ }Expand description
RAII guard for a set of active path registrations.
Trait Implementations§
Source§impl Default for WatchRegistration
impl Default for WatchRegistration
Source§impl Drop for WatchRegistration
impl Drop for WatchRegistration
Auto Trait Implementations§
impl Freeze for WatchRegistration
impl RefUnwindSafe for WatchRegistration
impl Send for WatchRegistration
impl Sync for WatchRegistration
impl Unpin for WatchRegistration
impl UnsafeUnpin for WatchRegistration
impl UnwindSafe for WatchRegistration
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