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