pub struct SttpAst {
pub provenance: Option<AstLayer>,
pub envelope: Option<AstLayer>,
pub content: Option<AstLayer>,
pub metrics: Option<AstLayer>,
pub strict_spine: bool,
}Fields§
§provenance: Option<AstLayer>§envelope: Option<AstLayer>§content: Option<AstLayer>§metrics: Option<AstLayer>§strict_spine: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SttpAst
impl RefUnwindSafe for SttpAst
impl Send for SttpAst
impl Sync for SttpAst
impl Unpin for SttpAst
impl UnsafeUnpin for SttpAst
impl UnwindSafe for SttpAst
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