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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScheduleNodeType
Source§impl Debug for ScheduleNodeType
impl Debug for ScheduleNodeType
impl Eq for ScheduleNodeType
Source§impl PartialEq for ScheduleNodeType
impl PartialEq for ScheduleNodeType
Source§fn eq(&self, other: &ScheduleNodeType) -> bool
fn eq(&self, other: &ScheduleNodeType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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