pub struct WatcherConfig<T: EventHandler> { /* private fields */ }Implementations§
Source§impl<T: EventHandler> WatcherConfig<T>
impl<T: EventHandler> WatcherConfig<T>
Trait Implementations§
Source§impl<T: Clone + EventHandler> Clone for WatcherConfig<T>
impl<T: Clone + EventHandler> Clone for WatcherConfig<T>
Source§fn clone(&self) -> WatcherConfig<T>
fn clone(&self) -> WatcherConfig<T>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<T> Freeze for WatcherConfig<T>where
T: Freeze,
impl<T> RefUnwindSafe for WatcherConfig<T>where
T: RefUnwindSafe,
impl<T> Send for WatcherConfig<T>
impl<T> Sync for WatcherConfig<T>where
T: Sync,
impl<T> Unpin for WatcherConfig<T>where
T: Unpin,
impl<T> UnsafeUnpin for WatcherConfig<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for WatcherConfig<T>where
T: UnwindSafe,
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