pub enum SourceInputKind {
TzdataZi,
MultiFile,
SingleFile,
Unknown,
}Expand description
Structural input form of this run (T12.3; typed at T17.2 — was String). Form only — it
never implies source-set membership (backward/backzone are reconciled evidence axes elsewhere).
Variants§
TzdataZi
Exactly one .zi file (e.g. the zishrunk tzdata.zi).
MultiFile
Two or more source files.
SingleFile
Exactly one non-.zi file.
Unknown
No input files.
Implementations§
Trait Implementations§
Source§impl Clone for SourceInputKind
impl Clone for SourceInputKind
Source§fn clone(&self) -> SourceInputKind
fn clone(&self) -> SourceInputKind
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 SourceInputKind
Source§impl Debug for SourceInputKind
impl Debug for SourceInputKind
impl Eq for SourceInputKind
Source§impl PartialEq for SourceInputKind
impl PartialEq for SourceInputKind
Source§fn eq(&self, other: &SourceInputKind) -> bool
fn eq(&self, other: &SourceInputKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SourceInputKind
Auto Trait Implementations§
impl Freeze for SourceInputKind
impl RefUnwindSafe for SourceInputKind
impl Send for SourceInputKind
impl Sync for SourceInputKind
impl Unpin for SourceInputKind
impl UnsafeUnpin for SourceInputKind
impl UnwindSafe for SourceInputKind
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