Struct Requester
pub struct Requester<E: Debug>(/* private fields */);Expand description
Opaque handle one can use to initiate a UPC call.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for Requester<E>
impl<E> !RefUnwindSafe for Requester<E>
impl<E> Send for Requester<E>
impl<E> Sync for Requester<E>
impl<E> Unpin for Requester<E>
impl<E> !UnwindSafe for Requester<E>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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