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