pub struct NoInvocationContext;
Expand description
The absence of a strategy for discovering the current thread’s IPC buffer.
Implementations§
Trait Implementations§
Source§impl Clone for NoInvocationContext
impl Clone for NoInvocationContext
Source§fn clone(&self) -> NoInvocationContext
fn clone(&self) -> NoInvocationContext
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 NoInvocationContext
impl Debug for NoInvocationContext
Source§impl Default for NoInvocationContext
impl Default for NoInvocationContext
Source§fn default() -> NoInvocationContext
fn default() -> NoInvocationContext
Returns the “default value” for a type. Read more
Source§impl Hash for NoInvocationContext
impl Hash for NoInvocationContext
Source§impl PartialEq for NoInvocationContext
impl PartialEq for NoInvocationContext
impl Copy for NoInvocationContext
impl Eq for NoInvocationContext
impl StructuralPartialEq for NoInvocationContext
Auto Trait Implementations§
impl Freeze for NoInvocationContext
impl RefUnwindSafe for NoInvocationContext
impl Send for NoInvocationContext
impl Sync for NoInvocationContext
impl Unpin for NoInvocationContext
impl UnwindSafe for NoInvocationContext
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)