pub struct FsWatchParams {
pub path: Value,
pub watch_id: String,
}Fields§
§path: Value§watch_id: StringTrait Implementations§
Source§impl Clone for FsWatchParams
impl Clone for FsWatchParams
Source§fn clone(&self) -> FsWatchParams
fn clone(&self) -> FsWatchParams
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 FsWatchParams
impl Debug for FsWatchParams
Source§impl<'de> Deserialize<'de> for FsWatchParams
impl<'de> Deserialize<'de> for FsWatchParams
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
Source§impl PartialEq for FsWatchParams
impl PartialEq for FsWatchParams
Source§fn eq(&self, other: &FsWatchParams) -> bool
fn eq(&self, other: &FsWatchParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FsWatchParams
impl Serialize for FsWatchParams
impl StructuralPartialEq for FsWatchParams
Auto Trait Implementations§
impl Freeze for FsWatchParams
impl RefUnwindSafe for FsWatchParams
impl Send for FsWatchParams
impl Sync for FsWatchParams
impl Unpin for FsWatchParams
impl UnsafeUnpin for FsWatchParams
impl UnwindSafe for FsWatchParams
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