Enum koval::ResolutionType
source · [−]pub enum ResolutionType {
Singleton,
Transient,
}Variants
Singleton
Transient
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ResolutionType
impl Send for ResolutionType
impl Sync for ResolutionType
impl Unpin for ResolutionType
impl UnwindSafe for ResolutionType
Blanket Implementations
Mutably borrows from an owned value. Read more