pub struct Till<T> { /* private fields */ }Expand description
See till.
Implementations§
Trait Implementations§
Source§impl Action for Till<&str>
impl Action for Till<&str>
Source§type Text = str
type Text = str
See
Instant::text.Source§type State = ()
type State = ()
See
Input::state.Source§type Heap = ()
type Heap = ()
See
Input::heap.Source§type Value = ()
type Value = ()
See
Output::value.Source§impl Action for Till<()>
impl Action for Till<()>
Source§type Text = str
type Text = str
See
Instant::text.Source§type State = ()
type State = ()
See
Input::state.Source§type Heap = ()
type Heap = ()
See
Input::heap.Source§type Value = ()
type Value = ()
See
Output::value.Source§impl Action for Till<String>
impl Action for Till<String>
Source§type Text = str
type Text = str
See
Instant::text.Source§type State = ()
type State = ()
See
Input::state.Source§type Heap = ()
type Heap = ()
See
Input::heap.Source§type Value = ()
type Value = ()
See
Output::value.Source§impl Action for Till<char>
impl Action for Till<char>
Source§type Text = str
type Text = str
See
Instant::text.Source§type State = ()
type State = ()
See
Input::state.Source§type Heap = ()
type Heap = ()
See
Input::heap.Source§type Value = ()
type Value = ()
See
Output::value.impl<T: Copy> Copy for Till<T>
Auto Trait Implementations§
impl<T> Freeze for Till<T>where
T: Freeze,
impl<T> RefUnwindSafe for Till<T>where
T: RefUnwindSafe,
impl<T> Send for Till<T>where
T: Send,
impl<T> Sync for Till<T>where
T: Sync,
impl<T> Unpin for Till<T>where
T: Unpin,
impl<T> UnwindSafe for Till<T>where
T: UnwindSafe,
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