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