pub struct FileWatchStopResponse {
pub watch_id: JobId,
pub bucket_id: BucketId,
pub frames_total: u64,
pub events_emitted: u64,
pub bytes_total: u64,
}Fields§
§watch_id: JobId§bucket_id: BucketId§frames_total: u64§events_emitted: u64§bytes_total: u64Trait Implementations§
Source§impl Clone for FileWatchStopResponse
impl Clone for FileWatchStopResponse
Source§fn clone(&self) -> FileWatchStopResponse
fn clone(&self) -> FileWatchStopResponse
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 FileWatchStopResponse
impl Debug for FileWatchStopResponse
Source§impl<'de> Deserialize<'de> for FileWatchStopResponse
impl<'de> Deserialize<'de> for FileWatchStopResponse
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 FileWatchStopResponse
impl RefUnwindSafe for FileWatchStopResponse
impl Send for FileWatchStopResponse
impl Sync for FileWatchStopResponse
impl Unpin for FileWatchStopResponse
impl UnsafeUnpin for FileWatchStopResponse
impl UnwindSafe for FileWatchStopResponse
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