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