Struct workflow_dom::loader::Context
source · pub struct Context {
pub content: Arc<Mutex<ContentMap>>,
pub lookup_handler: LookupHandler<Id, ContentStatus, Error>,
pub loaded: AtomicUsize,
}
Fields§
§content: Arc<Mutex<ContentMap>>
§lookup_handler: LookupHandler<Id, ContentStatus, Error>
§loaded: AtomicUsize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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