pub struct WrpcCtxView<'a, T: Invoke> {
pub ctx: &'a mut dyn WrpcCtx<T>,
pub table: &'a mut ResourceTable,
}Fields§
§ctx: &'a mut dyn WrpcCtx<T>§table: &'a mut ResourceTableAuto Trait Implementations§
impl<'a, T> !RefUnwindSafe for WrpcCtxView<'a, T>
impl<'a, T> !Sync for WrpcCtxView<'a, T>
impl<'a, T> !UnwindSafe for WrpcCtxView<'a, T>
impl<'a, T> Freeze for WrpcCtxView<'a, T>
impl<'a, T> Send for WrpcCtxView<'a, T>
impl<'a, T> Unpin for WrpcCtxView<'a, T>
impl<'a, T> UnsafeUnpin for WrpcCtxView<'a, T>
Blanket Implementations§
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