pub struct Stdin<'a> {
pub input: &'a str,
pub span: Span,
}Expand description
Stdin statement, used to represent input from stdin after a COPY statement
Fields§
§input: &'a strThe input from stdin
span: SpanSpan of the input
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Stdin<'a>
impl<'a> RefUnwindSafe for Stdin<'a>
impl<'a> Send for Stdin<'a>
impl<'a> Sync for Stdin<'a>
impl<'a> Unpin for Stdin<'a>
impl<'a> UnsafeUnpin for Stdin<'a>
impl<'a> UnwindSafe for Stdin<'a>
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