pub enum TemporalType {
Init,
Next,
}Expand description
Temporal node type. Encompasses “init” and “next”.
Variants§
Trait Implementations§
Source§impl Clone for TemporalType
impl Clone for TemporalType
Source§fn clone(&self) -> TemporalType
fn clone(&self) -> TemporalType
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 moreSource§impl Debug for TemporalType
impl Debug for TemporalType
Source§impl Display for TemporalType
impl Display for TemporalType
Source§impl FromStr for TemporalType
impl FromStr for TemporalType
Auto Trait Implementations§
impl Freeze for TemporalType
impl RefUnwindSafe for TemporalType
impl Send for TemporalType
impl Sync for TemporalType
impl Unpin for TemporalType
impl UnsafeUnpin for TemporalType
impl UnwindSafe for TemporalType
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