pub struct RuleManager { /* private fields */ }Expand description
Manages rule CRUD operations.
Implementations§
Auto Trait Implementations§
impl Freeze for RuleManager
impl RefUnwindSafe for RuleManager
impl Send for RuleManager
impl Sync for RuleManager
impl Unpin for RuleManager
impl UnsafeUnpin for RuleManager
impl UnwindSafe for RuleManager
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