pub struct TriggerCommand {
pub trigger: EventTrigger,
pub time_range: Option<(Time<i32>, Time<i32>)>,
pub trigger_group: Option<i32>,
}
Fields§
§trigger: EventTrigger
§time_range: Option<(Time<i32>, Time<i32>)>
§trigger_group: Option<i32>
Trait Implementations§
Source§impl Clone for TriggerCommand
impl Clone for TriggerCommand
Source§fn clone(&self) -> TriggerCommand
fn clone(&self) -> TriggerCommand
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for TriggerCommand
impl RefUnwindSafe for TriggerCommand
impl Send for TriggerCommand
impl Sync for TriggerCommand
impl Unpin for TriggerCommand
impl UnwindSafe for TriggerCommand
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