pub enum ScheduleNodeType {
Error,
Band,
Context,
Domain,
Expansion,
Extension,
Filter,
Leaf,
Guard,
Mark,
Sequence,
Set,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ScheduleNodeType
impl Clone for ScheduleNodeType
Source§fn clone(&self) -> ScheduleNodeType
fn clone(&self) -> ScheduleNodeType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ScheduleNodeType
impl Debug for ScheduleNodeType
Source§impl PartialEq for ScheduleNodeType
impl PartialEq for ScheduleNodeType
impl Copy for ScheduleNodeType
impl Eq for ScheduleNodeType
impl StructuralPartialEq for ScheduleNodeType
Auto Trait Implementations§
impl Freeze for ScheduleNodeType
impl RefUnwindSafe for ScheduleNodeType
impl Send for ScheduleNodeType
impl Sync for ScheduleNodeType
impl Unpin for ScheduleNodeType
impl UnwindSafe for ScheduleNodeType
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