pub struct RuleImporter;Expand description
Rule importer for importing rules with validation
Implementations§
Source§impl RuleImporter
impl RuleImporter
Auto Trait Implementations§
impl Freeze for RuleImporter
impl RefUnwindSafe for RuleImporter
impl Send for RuleImporter
impl Sync for RuleImporter
impl Unpin for RuleImporter
impl UnwindSafe for RuleImporter
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