pub struct TriggerEventKey {
pub resource_type: String,
pub alias: String,
pub event: String,
}Fields§
§resource_type: String§alias: String§event: StringImplementations§
Trait Implementations§
Source§impl Clone for TriggerEventKey
impl Clone for TriggerEventKey
Source§fn clone(&self) -> TriggerEventKey
fn clone(&self) -> TriggerEventKey
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 TriggerEventKey
impl Debug for TriggerEventKey
Source§impl<'de> Deserialize<'de> for TriggerEventKey
impl<'de> Deserialize<'de> for TriggerEventKey
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 TriggerEventKey
Source§impl Ord for TriggerEventKey
impl Ord for TriggerEventKey
Source§fn cmp(&self, other: &TriggerEventKey) -> Ordering
fn cmp(&self, other: &TriggerEventKey) -> 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 TriggerEventKey
impl PartialEq for TriggerEventKey
Source§fn eq(&self, other: &TriggerEventKey) -> bool
fn eq(&self, other: &TriggerEventKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TriggerEventKey
impl PartialOrd for TriggerEventKey
Source§impl Serialize for TriggerEventKey
impl Serialize for TriggerEventKey
impl StructuralPartialEq for TriggerEventKey
Auto Trait Implementations§
impl Freeze for TriggerEventKey
impl RefUnwindSafe for TriggerEventKey
impl Send for TriggerEventKey
impl Sync for TriggerEventKey
impl Unpin for TriggerEventKey
impl UnsafeUnpin for TriggerEventKey
impl UnwindSafe for TriggerEventKey
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