pub struct BroadcastRequested { /* private fields */ }Expand description
The pollable result of OriginConsumer::request_broadcast.
Awaited via the kio::Pending wrapper; resolves to the BroadcastConsumer
immediately when the broadcast was already announced, or once an OriginDynamic
handler serves the request. Resolves to an error if the request is rejected or every
handler drops before serving it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BroadcastRequested
impl RefUnwindSafe for BroadcastRequested
impl Send for BroadcastRequested
impl Sync for BroadcastRequested
impl Unpin for BroadcastRequested
impl UnsafeUnpin for BroadcastRequested
impl UnwindSafe for BroadcastRequested
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