Struct ExRpc
pub struct ExRpc<'ex> { /* private fields */ }Expand description
Default-param extender for MultiplayerApi::rpc_ex.
Implementations§
Auto Trait Implementations§
impl<'ex> !Freeze for ExRpc<'ex>
impl<'ex> !RefUnwindSafe for ExRpc<'ex>
impl<'ex> !Send for ExRpc<'ex>
impl<'ex> !Sync for ExRpc<'ex>
impl<'ex> Unpin for ExRpc<'ex>
impl<'ex> !UnwindSafe for ExRpc<'ex>
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