Struct spacegate_kernel::functions::server::SgServerInst
source · pub struct SgServerInst {
pub addr: SocketAddr,
pub server: Pin<Box<dyn Future<Output = Result<(), Error>> + Send>>,
}Fields§
§addr: SocketAddr§server: Pin<Box<dyn Future<Output = Result<(), Error>> + Send>>Auto Trait Implementations§
impl !RefUnwindSafe for SgServerInst
impl Send for SgServerInst
impl !Sync for SgServerInst
impl Unpin for SgServerInst
impl !UnwindSafe for SgServerInst
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