pub struct KonfigurationenProvider { /* private fields */ }Implementations§
Source§impl KonfigurationenProvider
impl KonfigurationenProvider
Sourcepub fn new(
categories: HashMap<String, Vec<String>>,
product_code: Option<String>,
) -> Self
pub fn new( categories: HashMap<String, Vec<String>>, product_code: Option<String>, ) -> Self
Create from pre-parsed categories and a product code to check.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KonfigurationenProvider
impl RefUnwindSafe for KonfigurationenProvider
impl Send for KonfigurationenProvider
impl Sync for KonfigurationenProvider
impl Unpin for KonfigurationenProvider
impl UnsafeUnpin for KonfigurationenProvider
impl UnwindSafe for KonfigurationenProvider
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