pub enum WatcherUpdateSettingsParts {
None,
}
Expand description
API parts for the Watcher Update Settings API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for WatcherUpdateSettingsParts
impl Clone for WatcherUpdateSettingsParts
Source§fn clone(&self) -> WatcherUpdateSettingsParts
fn clone(&self) -> WatcherUpdateSettingsParts
Returns a copy 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 Debug for WatcherUpdateSettingsParts
impl Debug for WatcherUpdateSettingsParts
impl Eq for WatcherUpdateSettingsParts
impl StructuralPartialEq for WatcherUpdateSettingsParts
Auto Trait Implementations§
impl Freeze for WatcherUpdateSettingsParts
impl RefUnwindSafe for WatcherUpdateSettingsParts
impl Send for WatcherUpdateSettingsParts
impl Sync for WatcherUpdateSettingsParts
impl Unpin for WatcherUpdateSettingsParts
impl UnwindSafe for WatcherUpdateSettingsParts
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