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