pub struct Input<Char> { /* private fields */ }
Expand description
構文解析用の入力文字列
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Char> Freeze for Input<Char>
impl<Char> RefUnwindSafe for Input<Char>where
Char: RefUnwindSafe,
impl<Char> Send for Input<Char>where
Char: Send,
impl<Char> Sync for Input<Char>where
Char: Sync,
impl<Char> Unpin for Input<Char>where
Char: Unpin,
impl<Char> UnwindSafe for Input<Char>where
Char: 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