pub struct TerminateHandle { /* private fields */ }
Expand description
Allows to termiante event ingestion.
Implementations§
Auto Trait Implementations§
impl Freeze for TerminateHandle
impl !RefUnwindSafe for TerminateHandle
impl Send for TerminateHandle
impl Sync for TerminateHandle
impl Unpin for TerminateHandle
impl !UnwindSafe for TerminateHandle
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