Struct oasis_core_runtime::enclave_rpc::demux::MultiplexedSession
source · pub struct MultiplexedSession { /* private fields */ }
Expand description
A multiplexed session.
Implementations§
Auto Trait Implementations§
impl Freeze for MultiplexedSession
impl !RefUnwindSafe for MultiplexedSession
impl Send for MultiplexedSession
impl Sync for MultiplexedSession
impl Unpin for MultiplexedSession
impl !UnwindSafe for MultiplexedSession
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