pub struct RunningServiceCancellationToken(/* private fields */);Available on crate features
client or server only.Implementations§
Auto Trait Implementations§
impl Freeze for RunningServiceCancellationToken
impl RefUnwindSafe for RunningServiceCancellationToken
impl Send for RunningServiceCancellationToken
impl Sync for RunningServiceCancellationToken
impl Unpin for RunningServiceCancellationToken
impl UnsafeUnpin for RunningServiceCancellationToken
impl UnwindSafe for RunningServiceCancellationToken
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