pub struct WindowsFetchDataWatchdogConfig { /* private fields */ }Expand description
Host-controlled watchdog configuration for one pending fetch.
Implementations§
Trait Implementations§
Source§impl Clone for WindowsFetchDataWatchdogConfig
impl Clone for WindowsFetchDataWatchdogConfig
Source§fn clone(&self) -> WindowsFetchDataWatchdogConfig
fn clone(&self) -> WindowsFetchDataWatchdogConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for WindowsFetchDataWatchdogConfig
impl PartialEq for WindowsFetchDataWatchdogConfig
Source§fn eq(&self, other: &WindowsFetchDataWatchdogConfig) -> bool
fn eq(&self, other: &WindowsFetchDataWatchdogConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WindowsFetchDataWatchdogConfig
impl Eq for WindowsFetchDataWatchdogConfig
impl StructuralPartialEq for WindowsFetchDataWatchdogConfig
Auto Trait Implementations§
impl Freeze for WindowsFetchDataWatchdogConfig
impl RefUnwindSafe for WindowsFetchDataWatchdogConfig
impl Send for WindowsFetchDataWatchdogConfig
impl Sync for WindowsFetchDataWatchdogConfig
impl Unpin for WindowsFetchDataWatchdogConfig
impl UnwindSafe for WindowsFetchDataWatchdogConfig
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