pub struct OriginUpdate {
pub suffix: Path,
pub active: Option<BroadcastConsumer>,
}Expand description
A broadcast path and its associated consumer, or None if closed. The returned path is relative to the consumer’s prefix.
Fields§
§suffix: Path§active: Option<BroadcastConsumer>Auto Trait Implementations§
impl Freeze for OriginUpdate
impl RefUnwindSafe for OriginUpdate
impl Send for OriginUpdate
impl Sync for OriginUpdate
impl Unpin for OriginUpdate
impl UnwindSafe for OriginUpdate
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