pub struct HostEventKey {
pub resource_type: String,
pub alias: String,
pub event: String,
}Fields§
§resource_type: String§alias: String§event: StringImplementations§
Trait Implementations§
Source§impl Clone for HostEventKey
impl Clone for HostEventKey
Source§fn clone(&self) -> HostEventKey
fn clone(&self) -> HostEventKey
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 HostEventKey
impl Debug for HostEventKey
Source§impl<'de> Deserialize<'de> for HostEventKey
impl<'de> Deserialize<'de> for HostEventKey
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 HostEventKey
Source§impl Ord for HostEventKey
impl Ord for HostEventKey
Source§fn cmp(&self, other: &HostEventKey) -> Ordering
fn cmp(&self, other: &HostEventKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HostEventKey
impl PartialEq for HostEventKey
Source§fn eq(&self, other: &HostEventKey) -> bool
fn eq(&self, other: &HostEventKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HostEventKey
impl PartialOrd for HostEventKey
Source§impl Serialize for HostEventKey
impl Serialize for HostEventKey
impl StructuralPartialEq for HostEventKey
Auto Trait Implementations§
impl Freeze for HostEventKey
impl RefUnwindSafe for HostEventKey
impl Send for HostEventKey
impl Sync for HostEventKey
impl Unpin for HostEventKey
impl UnsafeUnpin for HostEventKey
impl UnwindSafe for HostEventKey
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