pub struct FileWriteEvent { /* private fields */ }
Trait Implementations§
Source§impl Clone for FileWriteEvent
impl Clone for FileWriteEvent
Source§fn clone(&self) -> FileWriteEvent
fn clone(&self) -> FileWriteEvent
Returns a copy of the value. Read more
1.0.0 · 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 FileWriteEvent
impl Debug for FileWriteEvent
Source§impl PartialEq for FileWriteEvent
impl PartialEq for FileWriteEvent
impl StructuralPartialEq for FileWriteEvent
Auto Trait Implementations§
impl Freeze for FileWriteEvent
impl RefUnwindSafe for FileWriteEvent
impl Send for FileWriteEvent
impl Sync for FileWriteEvent
impl Unpin for FileWriteEvent
impl UnwindSafe for FileWriteEvent
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