pub struct Terminated;
Trait Implementations§
impl PipelineState for Terminated
Auto Trait Implementations§
impl Freeze for Terminated
impl RefUnwindSafe for Terminated
impl Send for Terminated
impl Sync for Terminated
impl Unpin for Terminated
impl UnwindSafe for Terminated
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