pub struct Terminate { /* private fields */ }
Implementations§
Trait Implementations§
impl FrontendMessage for Terminate
Auto Trait Implementations§
impl Freeze for Terminate
impl RefUnwindSafe for Terminate
impl Send for Terminate
impl Sync for Terminate
impl Unpin for Terminate
impl UnwindSafe for Terminate
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