pub struct RuleMatcher<T: KeyValueStore + 'static> { /* private fields */ }Expand description
ルールマッチャー with KeyValueStore backend
Implementations§
Source§impl<T: KeyValueStore + 'static> RuleMatcher<T>
impl<T: KeyValueStore + 'static> RuleMatcher<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for RuleMatcher<T>
impl<T> RefUnwindSafe for RuleMatcher<T>where
T: RefUnwindSafe,
impl<T> Send for RuleMatcher<T>
impl<T> Sync for RuleMatcher<T>
impl<T> Unpin for RuleMatcher<T>
impl<T> UnwindSafe for RuleMatcher<T>where
T: RefUnwindSafe,
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