pub struct QotRuntime { /* private fields */ }Implementations§
Source§impl QotRuntime
impl QotRuntime
pub fn new() -> Self
pub fn kl_quota_counter(&self) -> Arc<AtomicU32> ⓘ
pub fn main_broker_cache(&self) -> Arc<ArcSwap<MainBrokerSnapshot>> ⓘ
pub fn store_main_broker_snapshot(&self, snapshot: MainBrokerSnapshot)
Trait Implementations§
Source§impl Clone for QotRuntime
impl Clone for QotRuntime
Source§fn clone(&self) -> QotRuntime
fn clone(&self) -> QotRuntime
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QotRuntime
impl RefUnwindSafe for QotRuntime
impl Send for QotRuntime
impl Sync for QotRuntime
impl Unpin for QotRuntime
impl UnsafeUnpin for QotRuntime
impl UnwindSafe for QotRuntime
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