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