Struct wit_parser::Stream
source · pub struct Stream {
pub element: Option<Type>,
pub end: Option<Type>,
}
Fields§
§element: Option<Type>
§end: Option<Type>
Trait Implementations§
source§impl PartialEq<Stream> for Stream
impl PartialEq<Stream> for Stream
impl StructuralPartialEq for Stream
Auto Trait Implementations§
impl RefUnwindSafe for Stream
impl Send for Stream
impl Sync for Stream
impl Unpin for Stream
impl UnwindSafe for Stream
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