Struct ServiceStatusEvent
pub struct ServiceStatusEvent {
pub id: String,
pub kind: ServiceEventKind,
}Expand description
Service event.
Fields§
§id: StringIdentifier of the service.
kind: ServiceEventKindService event kind.
Trait Implementations§
§impl Clone for ServiceStatusEvent
impl Clone for ServiceStatusEvent
§fn clone(&self) -> ServiceStatusEvent
fn clone(&self) -> ServiceStatusEvent
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 more§impl Debug for ServiceStatusEvent
impl Debug for ServiceStatusEvent
§impl<'de> Deserialize<'de> for ServiceStatusEvent
impl<'de> Deserialize<'de> for ServiceStatusEvent
§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 PartialEq for ServiceStatusEvent
impl PartialEq for ServiceStatusEvent
§impl Serialize for ServiceStatusEvent
impl Serialize for ServiceStatusEvent
impl StructuralPartialEq for ServiceStatusEvent
Auto Trait Implementations§
impl Freeze for ServiceStatusEvent
impl RefUnwindSafe for ServiceStatusEvent
impl Send for ServiceStatusEvent
impl Sync for ServiceStatusEvent
impl Unpin for ServiceStatusEvent
impl UnwindSafe for ServiceStatusEvent
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