pub struct TriggerIdWithKind {
pub kind: DomainKind,
pub id: usize,
}Fields§
§kind: DomainKind§id: usizeTrait Implementations§
Source§impl Clone for TriggerIdWithKind
impl Clone for TriggerIdWithKind
Source§fn clone(&self) -> TriggerIdWithKind
fn clone(&self) -> TriggerIdWithKind
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 moreimpl Copy for TriggerIdWithKind
Source§impl Debug for TriggerIdWithKind
impl Debug for TriggerIdWithKind
Source§impl<'de> Deserialize<'de> for TriggerIdWithKind
impl<'de> Deserialize<'de> for TriggerIdWithKind
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 TriggerIdWithKind
Source§impl Hash for TriggerIdWithKind
impl Hash for TriggerIdWithKind
Source§impl PartialEq for TriggerIdWithKind
impl PartialEq for TriggerIdWithKind
Source§impl Serialize for TriggerIdWithKind
impl Serialize for TriggerIdWithKind
impl StructuralPartialEq for TriggerIdWithKind
Auto Trait Implementations§
impl Freeze for TriggerIdWithKind
impl RefUnwindSafe for TriggerIdWithKind
impl Send for TriggerIdWithKind
impl Sync for TriggerIdWithKind
impl Unpin for TriggerIdWithKind
impl UnsafeUnpin for TriggerIdWithKind
impl UnwindSafe for TriggerIdWithKind
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