pub struct ServerNetController { /* private fields */ }Implementations§
Source§impl ServerNetController
impl ServerNetController
pub fn new( addr: SocketAddr, system: TSafe<NetworkActorSystem>, messages_serializer: TSafe<dyn MessagesSerializer + Send>, ) -> ServerNetController
pub fn stop(&mut self)
Trait Implementations§
Source§impl Clone for ServerNetController
impl Clone for ServerNetController
Source§fn clone(&self) -> ServerNetController
fn clone(&self) -> ServerNetController
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Drop for ServerNetController
impl Drop for ServerNetController
Auto Trait Implementations§
impl Freeze for ServerNetController
impl RefUnwindSafe for ServerNetController
impl Send for ServerNetController
impl Sync for ServerNetController
impl Unpin for ServerNetController
impl UnwindSafe for ServerNetController
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