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