pub struct LocalExecutorIdentity;Expand description
The local executor identity — used when ActionQueue runs all work in-process.
Returns "runtime" as the lease owner, matching the previous hardcoded value.
Trait Implementations§
Source§impl Clone for LocalExecutorIdentity
impl Clone for LocalExecutorIdentity
Source§fn clone(&self) -> LocalExecutorIdentity
fn clone(&self) -> LocalExecutorIdentity
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 Debug for LocalExecutorIdentity
impl Debug for LocalExecutorIdentity
Source§impl Default for LocalExecutorIdentity
impl Default for LocalExecutorIdentity
Source§fn default() -> LocalExecutorIdentity
fn default() -> LocalExecutorIdentity
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalExecutorIdentity
impl RefUnwindSafe for LocalExecutorIdentity
impl Send for LocalExecutorIdentity
impl Sync for LocalExecutorIdentity
impl Unpin for LocalExecutorIdentity
impl UnsafeUnpin for LocalExecutorIdentity
impl UnwindSafe for LocalExecutorIdentity
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