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