pub struct StartFile(/* private fields */);
Expand description
Data associated with Event::StartFile
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartFile
impl RefUnwindSafe for StartFile
impl !Send for StartFile
impl !Sync for StartFile
impl Unpin for StartFile
impl UnwindSafe for StartFile
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