pub struct ServerLink { /* private fields */ }
Expand description
Link to a server.
Implementations§
Source§impl ServerLink
impl ServerLink
Sourcepub fn wait_public_endpoint(&self) -> InteractionTask<WaitPublicEndpoint>
pub fn wait_public_endpoint(&self) -> InteractionTask<WaitPublicEndpoint>
Interaction to wait for the public server binded.
Source§impl ServerLink
impl ServerLink
Sourcepub fn wait_private_endpoint(&self) -> InteractionTask<WaitPrivateEndpoint>
pub fn wait_private_endpoint(&self) -> InteractionTask<WaitPrivateEndpoint>
Interaction to wait for the private server binded.
Trait Implementations§
Source§impl Debug for ServerLink
impl Debug for ServerLink
Source§impl From<Address<RillServer>> for ServerLink
impl From<Address<RillServer>> for ServerLink
Source§fn from(original: Address<RillServer>) -> ServerLink
fn from(original: Address<RillServer>) -> ServerLink
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ServerLink
impl !RefUnwindSafe for ServerLink
impl Send for ServerLink
impl Sync for ServerLink
impl Unpin for ServerLink
impl !UnwindSafe for ServerLink
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