[−][src]Struct aoc_main::Opt
Fields
stdin: boolRead input from stdin instead of downloading it
file: Option<PathBuf>Read input from file instead of downloading it
days: Vec<String>Days to execute. By default all implemented days will run.
bench: boolRun criterion benchmarks
Trait Implementations
impl Clap for Opt[src]
pub fn parse() -> Self[src]
pub fn try_parse() -> Result<Self, Error>[src]
pub fn parse_from<I, T>(itr: I) -> Self where
I: IntoIterator<Item = T>,
T: Into<OsString> + Clone, [src]
I: IntoIterator<Item = T>,
T: Into<OsString> + Clone,
pub fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> where
I: IntoIterator<Item = T>,
T: Into<OsString> + Clone, [src]
I: IntoIterator<Item = T>,
T: Into<OsString> + Clone,
impl Debug for Opt[src]
impl FromArgMatches for Opt[src]
pub fn from_arg_matches(matches: &ArgMatches) -> Self[src]
impl IntoApp for Opt[src]
Auto Trait Implementations
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,