pub struct Schema<'input> {
pub span: Span,
pub declarations: Vec<Declaration<'input>>,
pub end_of_stream: SimpleToken<'input>,
}Fields§
§span: Span§declarations: Vec<Declaration<'input>>§end_of_stream: SimpleToken<'input>Trait Implementations§
Auto Trait Implementations§
impl<'input> Freeze for Schema<'input>
impl<'input> RefUnwindSafe for Schema<'input>
impl<'input> Send for Schema<'input>
impl<'input> Sync for Schema<'input>
impl<'input> Unpin for Schema<'input>
impl<'input> UnwindSafe for Schema<'input>
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