pub struct SafeWrappedRunner(/* private fields */);Trait Implementations§
Source§impl Clone for SafeWrappedRunner
impl Clone for SafeWrappedRunner
Source§fn clone(&self) -> SafeWrappedRunner
fn clone(&self) -> SafeWrappedRunner
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 moreSource§impl Runnable for SafeWrappedRunner
impl Runnable for SafeWrappedRunner
type Handle = RuntimeJoinHandle<()>
fn run_async(&self) -> Self::Handle
fn run_type_name(&self) -> String
fn run_type_id(&self) -> TypeId
fn name(&self) -> String
fn set_name(&mut self, _: &str)
fn run(&self) -> Self::Handle
fn is_async(&self) -> bool
fn metadata(&self) -> Option<RunnableMetadata>
Auto Trait Implementations§
impl Freeze for SafeWrappedRunner
impl RefUnwindSafe for SafeWrappedRunner
impl Send for SafeWrappedRunner
impl Sync for SafeWrappedRunner
impl Unpin for SafeWrappedRunner
impl UnwindSafe for SafeWrappedRunner
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