pub struct TypeStream {
pub s_ty: Arc<Type>,
pub range: Range,
}
Fields§
§s_ty: Arc<Type>
§range: Range
Trait Implementations§
Source§impl Debug for TypeStream
impl Debug for TypeStream
Auto Trait Implementations§
impl Freeze for TypeStream
impl RefUnwindSafe for TypeStream
impl Send for TypeStream
impl Sync for TypeStream
impl Unpin for TypeStream
impl UnwindSafe for TypeStream
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