pub enum ExternalCoreEventKind {
MdnsRecordsChanged,
ServiceEffects,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalCoreEventKind
impl Clone for ExternalCoreEventKind
Source§fn clone(&self) -> ExternalCoreEventKind
fn clone(&self) -> ExternalCoreEventKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalCoreEventKind
impl Debug for ExternalCoreEventKind
Source§impl<'de> Deserialize<'de> for ExternalCoreEventKind
impl<'de> Deserialize<'de> for ExternalCoreEventKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExternalCoreEventKind
Source§impl PartialEq for ExternalCoreEventKind
impl PartialEq for ExternalCoreEventKind
Source§impl Serialize for ExternalCoreEventKind
impl Serialize for ExternalCoreEventKind
impl StructuralPartialEq for ExternalCoreEventKind
Auto Trait Implementations§
impl Freeze for ExternalCoreEventKind
impl RefUnwindSafe for ExternalCoreEventKind
impl Send for ExternalCoreEventKind
impl Sync for ExternalCoreEventKind
impl Unpin for ExternalCoreEventKind
impl UnsafeUnpin for ExternalCoreEventKind
impl UnwindSafe for ExternalCoreEventKind
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