pub struct LocalOnly;Expand description
Never leaves this process: local reuse, else create, else wait. What a
standalone runtime or a LocalOnly profile uses; remote candidates are
invisible to it even when they exist.
Trait Implementations§
impl Copy for LocalOnly
Auto Trait Implementations§
impl Freeze for LocalOnly
impl RefUnwindSafe for LocalOnly
impl Send for LocalOnly
impl Sync for LocalOnly
impl Unpin for LocalOnly
impl UnsafeUnpin for LocalOnly
impl UnwindSafe for LocalOnly
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