[−][src]Struct cron::types::Input
Fields
inner: Tat_eof: boolTrait Implementations
impl<T> AsBytes for Input<T> where
T: AsBytes, [src]
T: AsBytes,
impl<T> AtEof for Input<T>[src]
impl<T> Clone for Input<T> where
T: Clone, [src]
T: Clone,
impl<'b, T> Compare<&'b str> for Input<T> where
T: Compare<&'b str>, [src]
T: Compare<&'b str>,
fn compare(&self, t: &'b str) -> CompareResult[src]
fn compare_no_case(&self, t: &'b str) -> CompareResult[src]
impl<T> Copy for Input<T> where
T: Copy, [src]
T: Copy,
impl<T> Debug for Input<T> where
T: Debug, [src]
T: Debug,
impl<'b, T> FindSubstring<&'b str> for Input<T> where
T: FindSubstring<&'b str>, [src]
T: FindSubstring<&'b str>,
fn find_substring(&self, substr: &'b str) -> Option<usize>[src]
impl<'a, T> FindToken<&'a u8> for Input<T> where
T: FindToken<&'a u8>, [src]
T: FindToken<&'a u8>,
fn find_token(&self, token: &'a u8) -> bool[src]
impl<T> FindToken<char> for Input<T> where
T: FindToken<char>, [src]
T: FindToken<char>,
fn find_token(&self, token: char) -> bool[src]
impl<T> FindToken<u8> for Input<T> where
T: FindToken<u8>, [src]
T: FindToken<u8>,
fn find_token(&self, token: u8) -> bool[src]
impl<T> Hash for Input<T> where
T: Hash, [src]
T: Hash,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<T> InputIter for Input<T> where
T: InputIter, [src]
T: InputIter,
type Item = <T as InputIter>::Item
type RawItem = <T as InputIter>::RawItem
type Iter = <T as InputIter>::Iter
type IterElem = <T as InputIter>::IterElem
fn iter_indices(&self) -> <Input<T> as InputIter>::Iter[src]
fn iter_elements(&self) -> <Input<T> as InputIter>::IterElem[src]
fn position<P>(&self, predicate: P) -> Option<usize> where
P: Fn(<Input<T> as InputIter>::RawItem) -> bool, [src]
P: Fn(<Input<T> as InputIter>::RawItem) -> bool,
fn slice_index(&self, count: usize) -> Option<usize>[src]
impl<T> InputLength for Input<T> where
T: InputLength, [src]
T: InputLength,
impl<T> InputTake for Input<T> where
T: InputTake, [src]
T: InputTake,
fn take(&self, count: usize) -> Input<T>[src]
fn take_split(&self, count: usize) -> (Input<T>, Input<T>)[src]
impl<T> Offset for Input<T> where
T: Offset, [src]
T: Offset,
impl<'a, R, T> ParseTo<R> for Input<T> where
R: FromStr,
T: ParseTo<R>, [src]
R: FromStr,
T: ParseTo<R>,
impl<T> PartialEq<Input<T>> for Input<T> where
T: PartialEq<T>, [src]
T: PartialEq<T>,
impl<T> Slice<Range<usize>> for Input<T> where
T: Slice<Range<usize>>, [src]
T: Slice<Range<usize>>,
impl<T> Slice<RangeFrom<usize>> for Input<T> where
T: Slice<RangeFrom<usize>>, [src]
T: Slice<RangeFrom<usize>>,
impl<T> Slice<RangeFull> for Input<T> where
T: Slice<RangeFull>, [src]
T: Slice<RangeFull>,
impl<T> Slice<RangeTo<usize>> for Input<T> where
T: Slice<RangeTo<usize>>, [src]
T: Slice<RangeTo<usize>>,
impl<T> StructuralPartialEq for Input<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Input<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Input<T> where
T: Send,
T: Send,
impl<T> Sync for Input<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Input<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Input<T> where
T: UnwindSafe,
T: UnwindSafe,
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,
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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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.
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>,