Struct koval::Resolution
source · [−]pub struct Resolution {
pub resolution_type: ResolutionType,
pub stored_instance: Option<Arc<dyn Any>>,
pub resolution_fn: ResolutionFn,
}Fields
resolution_type: ResolutionTypestored_instance: Option<Arc<dyn Any>>resolution_fn: ResolutionFnTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Resolution
impl !Send for Resolution
impl !Sync for Resolution
impl Unpin for Resolution
impl !UnwindSafe for Resolution
Blanket Implementations
Mutably borrows from an owned value. Read more