pub struct ContextRegistries {
pub historical: ContextRegistryBuilder,
pub current: ContextRegistryBuilder,
pub prospective: ContextRegistryBuilder,
}Fields§
§historical: ContextRegistryBuilder§current: ContextRegistryBuilder§prospective: ContextRegistryBuilderImplementations§
Source§impl ContextRegistries
impl ContextRegistries
pub fn subscribe(&self, scope: TemporalScope) -> Receiver<()>
Trait Implementations§
Source§impl Default for ContextRegistries
impl Default for ContextRegistries
Source§fn default() -> ContextRegistries
fn default() -> ContextRegistries
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ContextRegistries
impl RefUnwindSafe for ContextRegistries
impl Send for ContextRegistries
impl Sync for ContextRegistries
impl Unpin for ContextRegistries
impl UnsafeUnpin for ContextRegistries
impl UnwindSafe for ContextRegistries
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