pub struct stream_read(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Clone for stream_read
impl Clone for stream_read
Source§fn clone(&self) -> stream_read
fn clone(&self) -> stream_read
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for stream_read
impl Debug for stream_read
Source§impl<'a> Parse<'a> for stream_read
impl<'a> Parse<'a> for stream_read
Source§impl Peek for stream_read
impl Peek for stream_read
impl Copy for stream_read
Auto Trait Implementations§
impl Freeze for stream_read
impl RefUnwindSafe for stream_read
impl Send for stream_read
impl Sync for stream_read
impl Unpin for stream_read
impl UnwindSafe for stream_read
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