pub type NoExplicitInvocationContext = ImplicitInvocationContext;
Expand description
The default strategy for discovering the current thread’s IPC buffer.
When the "state"
feature is enabled, NoExplicitInvocationContext
is an alias for
ImplicitInvocationContext
, which uses the IpcBuffer
set by set_ipc_buffer
. Otherwise, it is an alias for
NoInvocationContext
, which does not implement
InvocationContext
.
Aliased Type§
struct NoExplicitInvocationContext;
Implementations
Trait Implementations
Source§impl Clone for ImplicitInvocationContext
impl Clone for ImplicitInvocationContext
Source§fn clone(&self) -> ImplicitInvocationContext
fn clone(&self) -> ImplicitInvocationContext
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImplicitInvocationContext
impl Debug for ImplicitInvocationContext
Source§impl Default for ImplicitInvocationContext
impl Default for ImplicitInvocationContext
Source§fn default() -> ImplicitInvocationContext
fn default() -> ImplicitInvocationContext
Returns the “default value” for a type. Read more