pub struct EOF;
Expand description
End-of-file command. Returns current state.
Trait Implementations§
Source§impl<Left, Value, Right, Default> Runner<Left, Value, Right, Default> for EOF
impl<Left, Value, Right, Default> Runner<Left, Value, Right, Default> for EOF
Source§type Run = State<Left, Value, Right, Default>
type Run = State<Left, Value, Right, Default>
Result of running on
State<Left, Value, Right>
.impl Command for EOF
Auto Trait Implementations§
impl Freeze for EOF
impl RefUnwindSafe for EOF
impl Send for EOF
impl Sync for EOF
impl Unpin for EOF
impl UnwindSafe for EOF
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