pub struct Trigger {Show 13 fields
pub name: String,
pub type: Value,
pub path: Option<String>,
pub method: Option<String>,
pub cron: Option<String>,
pub topic: Option<String>,
pub event: Option<String>,
pub produces_event: Option<String>,
pub schema: Option<String>,
pub authentication: Option<Value>,
pub reliability: Option<Reliability>,
pub description: Option<String>,
pub provider: Option<String>,
}Fields§
§name: String§type: Value§path: Option<String>§method: Option<String>§cron: Option<String>§topic: Option<String>§event: Option<String>§produces_event: Option<String>§schema: Option<String>§authentication: Option<Value>§reliability: Option<Reliability>§description: Option<String>§provider: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Trigger
impl<'de> Deserialize<'de> for Trigger
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
Auto Trait Implementations§
impl Freeze for Trigger
impl RefUnwindSafe for Trigger
impl Send for Trigger
impl Sync for Trigger
impl Unpin for Trigger
impl UnwindSafe for Trigger
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