Struct jupiter_rs::server::Server
source · [−]pub struct Server { /* private fields */ }
Implementations
sourceimpl Server
impl Server
pub fn install(platform: &Arc<Platform>) -> Arc<Self>
pub fn connections(&self) -> Vec<ConnectionInfo>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn kill(&self, peer_address: &str) -> bool
pub fn fork(server: &Arc<Server>)
pub async fn fork_and_await(server: &Arc<Server>)
pub async fn event_loop(&self)
Auto Trait Implementations
impl !RefUnwindSafe for Server
impl Send for Server
impl Sync for Server
impl Unpin for Server
impl !UnwindSafe for Server
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more