pub enum TLTriggerRuntimeNode {
First,
Last,
All,
}Expand description
This simple type specifies the child time node that triggers a time condition. References a child TimeNode or all child nodes. Order is based on the child’s end time.
Variants§
Trait Implementations§
Source§impl Clone for TLTriggerRuntimeNode
impl Clone for TLTriggerRuntimeNode
Source§fn clone(&self) -> TLTriggerRuntimeNode
fn clone(&self) -> TLTriggerRuntimeNode
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 TLTriggerRuntimeNode
impl Debug for TLTriggerRuntimeNode
Source§impl FromStr for TLTriggerRuntimeNode
impl FromStr for TLTriggerRuntimeNode
Source§impl PartialEq for TLTriggerRuntimeNode
impl PartialEq for TLTriggerRuntimeNode
impl Copy for TLTriggerRuntimeNode
impl StructuralPartialEq for TLTriggerRuntimeNode
Auto Trait Implementations§
impl Freeze for TLTriggerRuntimeNode
impl RefUnwindSafe for TLTriggerRuntimeNode
impl Send for TLTriggerRuntimeNode
impl Sync for TLTriggerRuntimeNode
impl Unpin for TLTriggerRuntimeNode
impl UnwindSafe for TLTriggerRuntimeNode
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