pub struct UpdateTriggerRequest {
pub name: String,
pub trigger_update: TriggerUpdate,
}
Fields§
§name: String
The name of the trigger to update.
trigger_update: TriggerUpdate
The new values with which to update the trigger.
Trait Implementations§
Source§impl Clone for UpdateTriggerRequest
impl Clone for UpdateTriggerRequest
Source§fn clone(&self) -> UpdateTriggerRequest
fn clone(&self) -> UpdateTriggerRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 UpdateTriggerRequest
impl Debug for UpdateTriggerRequest
Source§impl Default for UpdateTriggerRequest
impl Default for UpdateTriggerRequest
Source§fn default() -> UpdateTriggerRequest
fn default() -> UpdateTriggerRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateTriggerRequest
impl PartialEq for UpdateTriggerRequest
Source§impl Serialize for UpdateTriggerRequest
impl Serialize for UpdateTriggerRequest
impl StructuralPartialEq for UpdateTriggerRequest
Auto Trait Implementations§
impl Freeze for UpdateTriggerRequest
impl RefUnwindSafe for UpdateTriggerRequest
impl Send for UpdateTriggerRequest
impl Sync for UpdateTriggerRequest
impl Unpin for UpdateTriggerRequest
impl UnwindSafe for UpdateTriggerRequest
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