pub struct HlsRelay { /* private fields */ }Expand description
A loopback-only HLS relay. Dropping it stops accepting new requests.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HlsRelay
impl !UnwindSafe for HlsRelay
impl Freeze for HlsRelay
impl Send for HlsRelay
impl Sync for HlsRelay
impl Unpin for HlsRelay
impl UnsafeUnpin for HlsRelay
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