pub struct NetServer<CM: 'static + ClusterManager + Send + Sync + RefUnwindSafe> {
pub port: u16,
/* private fields */
}
Fields§
§port: u16
Implementations§
Auto Trait Implementations§
impl<CM> Freeze for NetServer<CM>
impl<CM> RefUnwindSafe for NetServer<CM>
impl<CM> Send for NetServer<CM>
impl<CM> Sync for NetServer<CM>
impl<CM> Unpin for NetServer<CM>
impl<CM> UnwindSafe for NetServer<CM>
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