pub struct FileWatchStopParams {
pub watch_id: JobId,
}Fields§
§watch_id: JobIdTrait Implementations§
Source§impl Clone for FileWatchStopParams
impl Clone for FileWatchStopParams
Source§fn clone(&self) -> FileWatchStopParams
fn clone(&self) -> FileWatchStopParams
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 moreSource§impl Debug for FileWatchStopParams
impl Debug for FileWatchStopParams
Source§impl<'de> Deserialize<'de> for FileWatchStopParams
impl<'de> Deserialize<'de> for FileWatchStopParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FileWatchStopParams
impl RefUnwindSafe for FileWatchStopParams
impl Send for FileWatchStopParams
impl Sync for FileWatchStopParams
impl Unpin for FileWatchStopParams
impl UnsafeUnpin for FileWatchStopParams
impl UnwindSafe for FileWatchStopParams
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