pub struct TriggerSourceIntrospection {
pub source_type: String,
pub event_type_name: String,
pub event_type: TypeView,
}Fields§
§source_type: String§event_type_name: String§event_type: TypeViewTrait Implementations§
Source§impl Clone for TriggerSourceIntrospection
impl Clone for TriggerSourceIntrospection
Source§fn clone(&self) -> TriggerSourceIntrospection
fn clone(&self) -> TriggerSourceIntrospection
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 TriggerSourceIntrospection
impl Debug for TriggerSourceIntrospection
Source§impl<'de> Deserialize<'de> for TriggerSourceIntrospection
impl<'de> Deserialize<'de> for TriggerSourceIntrospection
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
Source§impl PartialEq for TriggerSourceIntrospection
impl PartialEq for TriggerSourceIntrospection
Source§fn eq(&self, other: &TriggerSourceIntrospection) -> bool
fn eq(&self, other: &TriggerSourceIntrospection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TriggerSourceIntrospection
Auto Trait Implementations§
impl Freeze for TriggerSourceIntrospection
impl RefUnwindSafe for TriggerSourceIntrospection
impl Send for TriggerSourceIntrospection
impl Sync for TriggerSourceIntrospection
impl Unpin for TriggerSourceIntrospection
impl UnsafeUnpin for TriggerSourceIntrospection
impl UnwindSafe for TriggerSourceIntrospection
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