pub struct LiveRuntimeRegistration { /* private fields */ }Expand description
RAII registration for one live runtime. Dropping it removes only the receipt created by this registration, leaving persisted chat data intact.
Implementations§
Source§impl LiveRuntimeRegistration
impl LiveRuntimeRegistration
Sourcepub fn endpoint(&self) -> &LiveRuntimeEndpoint
pub fn endpoint(&self) -> &LiveRuntimeEndpoint
Opaque endpoint safe to publish in trusted-host discovery output.
Trait Implementations§
Source§impl Drop for LiveRuntimeRegistration
impl Drop for LiveRuntimeRegistration
Auto Trait Implementations§
impl Freeze for LiveRuntimeRegistration
impl RefUnwindSafe for LiveRuntimeRegistration
impl Send for LiveRuntimeRegistration
impl Sync for LiveRuntimeRegistration
impl Unpin for LiveRuntimeRegistration
impl UnsafeUnpin for LiveRuntimeRegistration
impl UnwindSafe for LiveRuntimeRegistration
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