Struct wrpc_transport::frame::AcceptMapContext
source · pub struct AcceptMapContext<T, F> { /* private fields */ }
Expand description
Wrapper returned by AcceptExt::map_context
Trait Implementations§
source§impl<T, U, F> Accept for &AcceptMapContext<T, F>
impl<T, U, F> Accept for &AcceptMapContext<T, F>
source§impl<T, U, F> Accept for AcceptMapContext<T, F>
impl<T, U, F> Accept for AcceptMapContext<T, F>
source§impl<T, F> Deref for AcceptMapContext<T, F>
impl<T, F> Deref for AcceptMapContext<T, F>
Auto Trait Implementations§
impl<T, F> Freeze for AcceptMapContext<T, F>
impl<T, F> RefUnwindSafe for AcceptMapContext<T, F>where
T: RefUnwindSafe,
F: RefUnwindSafe,
impl<T, F> Send for AcceptMapContext<T, F>
impl<T, F> Sync for AcceptMapContext<T, F>
impl<T, F> Unpin for AcceptMapContext<T, F>
impl<T, F> UnwindSafe for AcceptMapContext<T, F>where
T: UnwindSafe,
F: UnwindSafe,
Blanket Implementations§
source§impl<T> AcceptExt for Twhere
T: Accept,
impl<T> AcceptExt for Twhere
T: Accept,
source§fn map_context<T, F: Fn(Self::Context) -> T>(
self,
f: F,
) -> AcceptMapContext<Self, F>
fn map_context<T, F: Fn(Self::Context) -> T>( self, f: F, ) -> AcceptMapContext<Self, F>
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