pub struct UnbTopology { /* private fields */ }Implementations§
Source§impl UnbTopology
impl UnbTopology
pub fn is_finished(&self) -> bool
pub fn health(&self) -> HealthStatus
pub fn websocket_addr(&self) -> Option<SocketAddr>
pub fn webtransport_addr(&self) -> Option<SocketAddr>
pub async fn shutdown(self) -> Result<(), WsError>
pub async fn wait(&mut self) -> Result<(), WsError>
Auto Trait Implementations§
impl !RefUnwindSafe for UnbTopology
impl !UnwindSafe for UnbTopology
impl Freeze for UnbTopology
impl Send for UnbTopology
impl Sync for UnbTopology
impl Unpin for UnbTopology
impl UnsafeUnpin for UnbTopology
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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