pub struct OpencodeTerminationHandle { /* private fields */ }Implementations§
Source§impl OpencodeTerminationHandle
impl OpencodeTerminationHandle
pub fn request_termination(&self)
Trait Implementations§
Source§impl Clone for OpencodeTerminationHandle
impl Clone for OpencodeTerminationHandle
Source§fn clone(&self) -> OpencodeTerminationHandle
fn clone(&self) -> OpencodeTerminationHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpencodeTerminationHandle
impl RefUnwindSafe for OpencodeTerminationHandle
impl Send for OpencodeTerminationHandle
impl Sync for OpencodeTerminationHandle
impl Unpin for OpencodeTerminationHandle
impl UnsafeUnpin for OpencodeTerminationHandle
impl UnwindSafe for OpencodeTerminationHandle
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