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