Struct ockam_api::config::atomic::AtomicUpdater
source · pub struct AtomicUpdater<V: ConfigValues> { /* private fields */ }Expand description
Takes a version of the Config and persists it to disk
Implementations§
Auto Trait Implementations§
impl<V> RefUnwindSafe for AtomicUpdater<V>
impl<V> Send for AtomicUpdater<V>where V: Send + Sync,
impl<V> Sync for AtomicUpdater<V>where V: Send + Sync,
impl<V> Unpin for AtomicUpdater<V>
impl<V> UnwindSafe for AtomicUpdater<V>
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