pub struct FileChangedEvent {
pub stream: *mut Stream,
pub name: String,
}
Fields§
§stream: *mut Stream
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileChangedEvent
impl RefUnwindSafe for FileChangedEvent
impl !Send for FileChangedEvent
impl !Sync for FileChangedEvent
impl Unpin for FileChangedEvent
impl UnwindSafe for FileChangedEvent
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