pub struct TriggerSourceBinding { /* private fields */ }Implementations§
Source§impl TriggerSourceBinding
impl TriggerSourceBinding
pub fn event_type(&self) -> &NamedDataType
pub fn event_ty(&self) -> &TypeExpr
pub fn event_type_name(&self) -> &str
Trait Implementations§
Source§impl Clone for TriggerSourceBinding
impl Clone for TriggerSourceBinding
Source§fn clone(&self) -> TriggerSourceBinding
fn clone(&self) -> TriggerSourceBinding
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 TriggerSourceBinding
impl Debug for TriggerSourceBinding
Source§impl<'de> Deserialize<'de> for TriggerSourceBinding
impl<'de> Deserialize<'de> for TriggerSourceBinding
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 TriggerSourceBinding
Source§impl PartialEq for TriggerSourceBinding
impl PartialEq for TriggerSourceBinding
Source§fn eq(&self, other: &TriggerSourceBinding) -> bool
fn eq(&self, other: &TriggerSourceBinding) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TriggerSourceBinding
impl Serialize for TriggerSourceBinding
impl StructuralPartialEq for TriggerSourceBinding
Auto Trait Implementations§
impl Freeze for TriggerSourceBinding
impl RefUnwindSafe for TriggerSourceBinding
impl Send for TriggerSourceBinding
impl Sync for TriggerSourceBinding
impl Unpin for TriggerSourceBinding
impl UnsafeUnpin for TriggerSourceBinding
impl UnwindSafe for TriggerSourceBinding
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