pub struct EventFileWatcherUpdated {
pub id: String,
pub properties: FileWatcherUpdatedData,
pub type_: String,
}Fields§
§id: String§properties: FileWatcherUpdatedData§type_: StringTrait Implementations§
Source§impl Clone for EventFileWatcherUpdated
impl Clone for EventFileWatcherUpdated
Source§fn clone(&self) -> EventFileWatcherUpdated
fn clone(&self) -> EventFileWatcherUpdated
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 EventFileWatcherUpdated
impl Debug for EventFileWatcherUpdated
Source§impl<'de> Deserialize<'de> for EventFileWatcherUpdated
impl<'de> Deserialize<'de> for EventFileWatcherUpdated
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 EventFileWatcherUpdated
impl PartialEq for EventFileWatcherUpdated
Source§impl Serialize for EventFileWatcherUpdated
impl Serialize for EventFileWatcherUpdated
impl StructuralPartialEq for EventFileWatcherUpdated
Auto Trait Implementations§
impl Freeze for EventFileWatcherUpdated
impl RefUnwindSafe for EventFileWatcherUpdated
impl Send for EventFileWatcherUpdated
impl Sync for EventFileWatcherUpdated
impl Unpin for EventFileWatcherUpdated
impl UnsafeUnpin for EventFileWatcherUpdated
impl UnwindSafe for EventFileWatcherUpdated
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