pub struct CancellationTrigger { /* private fields */ }Expand description
取消触发器(只写)
用于触发取消,保留在调用方
Implementations§
Auto Trait Implementations§
impl Freeze for CancellationTrigger
impl RefUnwindSafe for CancellationTrigger
impl Send for CancellationTrigger
impl Sync for CancellationTrigger
impl Unpin for CancellationTrigger
impl UnwindSafe for CancellationTrigger
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