pub enum RuleTableV4Event {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuleTableV4Event
impl RefUnwindSafe for RuleTableV4Event
impl Send for RuleTableV4Event
impl Sync for RuleTableV4Event
impl Unpin for RuleTableV4Event
impl UnwindSafe for RuleTableV4Event
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