pub enum ServiceEventType {
Added,
Removed,
}Expand description
Type of service event from browser, if a service is being added or removed from network
Variants§
Trait Implementations§
Source§impl Clone for ServiceEventType
impl Clone for ServiceEventType
Source§fn clone(&self) -> ServiceEventType
fn clone(&self) -> ServiceEventType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServiceEventType
impl Debug for ServiceEventType
Source§impl From<u32> for ServiceEventType
impl From<u32> for ServiceEventType
Source§impl PartialEq for ServiceEventType
impl PartialEq for ServiceEventType
impl Copy for ServiceEventType
impl Eq for ServiceEventType
impl StructuralPartialEq for ServiceEventType
Auto Trait Implementations§
impl Freeze for ServiceEventType
impl RefUnwindSafe for ServiceEventType
impl Send for ServiceEventType
impl Sync for ServiceEventType
impl Unpin for ServiceEventType
impl UnwindSafe for ServiceEventType
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